#EEAF34

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

Shades of Tulip Tree #EEAF34

Tints of Tulip Tree #EEAF34

Color information

#EEAF34 (or 0xEEAF34) is unknown color: approx Tulip Tree. HEX triplet: EE, AF and 34. RGB value is (238,175,52). Sum of RGB (Red+Green+Blue) = 238+175+52=465 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.18% from 465); Green value is 175 (68.75% from 255 or 37.63% from 465); Blue value is 52 (20.70% from 255 or 11.18% from 465); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAF34 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEAF34 is #1150CB. Grayscale: #B4B4B4. Windows color (decimal): -1134796 or 3452910. OLE color: 3452910.

HSL color Cylindrical-coordinate representation of color #EEAF34: hue angle of 39.68º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EEAF34 is Cyan = 0, Magento = 0.26, Yellow = 0.78 and Black (K on CMYK) = 0.07.

Color convert

RGB23817552-
CMYK00.260.780.07
HSL39.68º84.55%56.86%-
HSV(B)39.68º78.15%93.33%-
XYZ51.2149.0910.02-
YUV179.8255.87169.5-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 51.18%
GREEN value IS 175 (68.75% from 255) = 37.63%
BLUE value IS 52 (20.70% from 255) = 11.18%
R=51.18%
G=37.63%
B=11.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.78
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381755200.260.780.0739.6884.5556.86
HexEEAF3401A4E7285539
Octal3562576403211675012571
Binary111011101010111111010001101010011101111010001010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAF34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAF34; }

 p { color: rgb(238,175,52); }

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

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

 a { background-color: rgb(238,175,52); }

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

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

 span { border-color: rgb(238,175,52); }

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