Html Css Color HEX #EAAF32 Tulip Tree

📋 copy color: '#EAAF32'

red 234 ◦ green 175 ◦ blue 50

#EAAF32
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tulip Tree #EAAF32

Tints of Tulip Tree #EAAF32

RGB

 RED value IS 234 (91.8% from 255) = 50.98%

 GREEN value IS 175 (68.75% from 255) = 38.13%

 BLUE value IS 50 (19.92% from 255) = 10.89%

R = 50.98%
G = 38.13%
B = 10.89%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EAAF32 (or 0xEAAF32) is known color: Tulip Tree. HEX triplet: EA, AF and 32. RGB value is (234,175,50). Sum of RGB (Red+Green+Blue) = 234+175+50=459 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.98% from 459); Green value is 175 (68.75% from 255 or 38.13% from 459); Blue value is 50 (19.92% from 255 or 10.89% from 459); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAF32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAAF32 is #1550CD. Grayscale: #B2B2B2. Windows color (decimal): -1396942 or 3321834. OLE color: 3321834.

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

Color convert

RGB 234 175 50 -
CMYK 0 0.25 0.79 0.08
HSL 40.76º 0.81% 0.56% -
HSV(B) 40.76º 0.79% 0.92% -
XYZ 49.84 48.38 9.73 -
YUV 178.39 55.55 167.66 -
System Red Green Blue C M Y K H S L
Decimal 234 175 50 0 0.25 0.79 0.08 40.76 0.81 0.56
Hex EA AF 32 0 19 4F 8 29 51 38
Octal 352 257 62 0 31 117 10 51 121 70
Binary 11101010 10101111 110010 0 11001 1001111 1000 101001 1010001 111000

Color Harmonies of #EAAF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAF32

Black with #EAAF32

Text Example


Text Example

White with #EAAF32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAF32; }

 p { color: rgb(234,175,50); }

 H1.HeaderClassName
 {
   color: #EAAF32;
 }
 .AnyTagClassName
 {
   color: #EAAF32;
 }
</style>

background-color css

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

 a { background-color: rgb(234,175,50); }

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

border-color css

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

 span { border-color: rgb(234,175,50); }

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