Html Css Color HEX #EAAF34 Tulip Tree

📋 copy color: '#EAAF34'

red 234 ◦ green 175 ◦ blue 52

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

Shades of Tulip Tree #EAAF34

Tints of Tulip Tree #EAAF34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.28%

R = 50.76%
G = 37.96%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.78

 K value IS 0.08

RGB Variations

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

Color information

#EAAF34 (or 0xEAAF34) is known color: Tulip Tree. HEX triplet: EA, AF and 34. RGB value is (234,175,52). Sum of RGB (Red+Green+Blue) = 234+175+52=461 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.76% from 461); Green value is 175 (68.75% from 255 or 37.96% from 461); Blue value is 52 (20.70% from 255 or 11.28% from 461); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAF34 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAAF34 is #1550CB. Grayscale: #B3B3B3. Windows color (decimal): -1396940 or 3452906. OLE color: 3452906.

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

Color convert

RGB 234 175 52 -
CMYK 0 0.25 0.78 0.08
HSL 40.55º 0.81% 0.56% -
HSV(B) 40.55º 0.78% 0.92% -
XYZ 49.88 48.4 9.96 -
YUV 178.62 56.55 167.5 -
System Red Green Blue C M Y K H S L
Decimal 234 175 52 0 0.25 0.78 0.08 40.55 0.81 0.56
Hex EA AF 34 0 19 4E 8 29 51 38
Octal 352 257 64 0 31 116 10 51 121 70
Binary 11101010 10101111 110100 0 11001 1001110 1000 101001 1010001 111000

Color Harmonies of #EAAF34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAF34

Black with #EAAF34

Text Example


Text Example

White with #EAAF34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAF34; }

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

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

background-color css

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

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

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

border-color css

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

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

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