#ebb13e

Color #EBB13E Tulip Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tulip Tree #EBB13E

Tints of Tulip Tree #EBB13E

Color information

#EBB13E (or 0xEBB13E) is unknown color: approx Tulip Tree. HEX triplet: EB, B1 and 3E. RGB value is (235,177,62). Sum of RGB (Red+Green+Blue) = 235+177+62=474 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.58% from 474); Green value is 177 (69.53% from 255 or 37.34% from 474); Blue value is 62 (24.61% from 255 or 13.08% from 474); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB13E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBB13E is #144EC1. Grayscale: #B5B5B5. Windows color (decimal): -1330882 or 4108779. OLE color: 4108779.

HSL color Cylindrical-coordinate representation of color #EBB13E: hue angle of 39.88º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EBB13E is Cyan = 0, Magento = 0.25, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB23517762-
CMYK00.250.740.08
HSL39.88º81.22%58.24%-
HSV(B)39.88º73.62%92.16%-
XYZ50.8549.4511.42-
YUV181.2360.72166.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 235 (92.19% from 255) = 49.58%
GREEN value IS 177 (69.53% from 255) = 37.34%
BLUE value IS 62 (24.61% from 255) = 13.08%
R=49.58%
G=37.34%
B=13.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.74
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351776200.250.740.0839.8881.2258.24
HexEBB13E0194A828513a
Octal35326176031112105012172
Binary1110101110110001111110011001100101010001010001010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ebb13e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ebb13e; }

 p { color: rgb(235,177,62); }

 H1.HeaderClassName
 {
   color: #ebb13e;
 }
 .AnyTagClassName
 {
   color: #ebb13e;
 }
</style>
background-color css

<style>
 a { background-color: #ebb13e; }

 a { background-color: rgb(235,177,62); }

 div.DivClassName
 {
   background-color: #ebb13e;
 }
 .BgClassName
 {
   background-color: #ebb13e;
 }
</style>
border-color css

<style>
 span { border-color: #ebb13e; }

 span { border-color: rgb(235,177,62); }

 td.TdClassName
 {
   border-color: #ebb13e;
 }
 .TagClassName
 {
   border-color: #ebb13e;
 }
</style>