#EBB83B

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

Shades of Tulip Tree #EBB83B

Tints of Tulip Tree #EBB83B

Color information

#EBB83B (or 0xEBB83B) is unknown color: approx Tulip Tree. HEX triplet: EB, B8 and 3B. RGB value is (235,184,59). Sum of RGB (Red+Green+Blue) = 235+184+59=478 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.16% from 478); Green value is 184 (72.27% from 255 or 38.49% from 478); Blue value is 59 (23.44% from 255 or 12.34% from 478); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB83B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBB83B is #1447C4. Grayscale: #B9B9B9. Windows color (decimal): -1329093 or 3913963. OLE color: 3913963.

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

Color convert

RGB23518459-
CMYK00.220.750.08
HSL42.61º81.48%57.65%-
HSV(B)42.61º74.89%92.16%-
XYZ52.1952.2611.47-
YUV18556.9163.66-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 49.16%
GREEN value IS 184 (72.27% from 255) = 38.49%
BLUE value IS 59 (23.44% from 255) = 12.34%
R=49.16%
G=38.49%
B=12.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.75
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351845900.220.750.0842.6181.4857.65
HexEBB83B0164B82b513a
Octal35327073026113105312172
Binary1110101110111000111011010110100101110001010111010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB83B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB83B; }

 p { color: rgb(235,184,59); }

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

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

 a { background-color: rgb(235,184,59); }

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

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

 span { border-color: rgb(235,184,59); }

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