#EBB044

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

Shades of Tulip Tree #EBB044

Tints of Tulip Tree #EBB044

Color information

#EBB044 (or 0xEBB044) is unknown color: approx Tulip Tree. HEX triplet: EB, B0 and 44. RGB value is (235,176,68). Sum of RGB (Red+Green+Blue) = 235+176+68=479 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.06% from 479); Green value is 176 (69.14% from 255 or 36.74% from 479); Blue value is 68 (26.95% from 255 or 14.20% from 479); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB044 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBB044 is #144FBB. Grayscale: #B5B5B5. Windows color (decimal): -1331132 or 4501739. OLE color: 4501739.

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

Color convert

RGB23517668-
CMYK00.250.710.08
HSL38.8º80.68%59.41%-
HSV(B)38.8º71.06%92.16%-
XYZ50.8349.1312.27-
YUV181.3364.05166.28-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 49.06%
GREEN value IS 176 (69.14% from 255) = 36.74%
BLUE value IS 68 (26.95% from 255) = 14.20%
R=49.06%
G=36.74%
B=14.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.71
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351766800.250.710.0838.880.6859.41
HexEBB04401947827513b
Octal353260104031107104712173
Binary11101011101100001000100011001100011110001001111010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB044; }

 p { color: rgb(235,176,68); }

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

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

 a { background-color: rgb(235,176,68); }

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

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

 span { border-color: rgb(235,176,68); }

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