Html Css Color HEX #EAAA31 Tulip Tree

📋 copy color: '#EAAA31'

red 234 ◦ green 170 ◦ blue 49

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

Shades of Tulip Tree #EAAA31

Tints of Tulip Tree #EAAA31

RGB

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

 GREEN value IS 170 (66.8% from 255) = 37.53%

 BLUE value IS 49 (19.53% from 255) = 10.82%

R = 51.66%
G = 37.53%
B = 10.82%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EAAA31 (or 0xEAAA31) is known color: Tulip Tree. HEX triplet: EA, AA and 31. RGB value is (234,170,49). Sum of RGB (Red+Green+Blue) = 234+170+49=453 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.66% from 453); Green value is 170 (66.80% from 255 or 37.53% from 453); Blue value is 49 (19.53% from 255 or 10.82% from 453); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAA31 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAAA31 is #1555CE. Grayscale: #AFAFAF. Windows color (decimal): -1398223 or 3255018. OLE color: 3255018.

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

Color convert

RGB 234 170 49 -
CMYK 0 0.27 0.79 0.08
HSL 39.24º 0.81% 0.55% -
HSV(B) 39.24º 0.79% 0.92% -
XYZ 48.86 46.46 9.3 -
YUV 175.34 56.7 169.84 -
System Red Green Blue C M Y K H S L
Decimal 234 170 49 0 0.27 0.79 0.08 39.24 0.81 0.55
Hex EA AA 31 0 1B 4F 8 27 51 37
Octal 352 252 61 0 33 117 10 47 121 67
Binary 11101010 10101010 110001 0 11011 1001111 1000 100111 1010001 110111

Color Harmonies of #EAAA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAA31

Black with #EAAA31

Text Example


Text Example

White with #EAAA31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAA31; }

 p { color: rgb(234,170,49); }

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

background-color css

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

 a { background-color: rgb(234,170,49); }

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

border-color css

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

 span { border-color: rgb(234,170,49); }

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