Html Css Color HEX #EAAA41 Tulip Tree

📋 copy color: '#EAAA41'

red 234 ◦ green 170 ◦ blue 65

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

Shades of Tulip Tree #EAAA41

Tints of Tulip Tree #EAAA41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 13.86%

R = 49.89%
G = 36.25%
B = 13.86%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EAAA41 (or 0xEAAA41) is known color: Tulip Tree. HEX triplet: EA, AA and 41. RGB value is (234,170,65). Sum of RGB (Red+Green+Blue) = 234+170+65=469 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.89% from 469); Green value is 170 (66.80% from 255 or 36.25% from 469); Blue value is 65 (25.78% from 255 or 13.86% from 469); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAA41 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAAA41 is #1555BE. Grayscale: #B1B1B1. Windows color (decimal): -1398207 or 4303594. OLE color: 4303594.

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

Color convert

RGB 234 170 65 -
CMYK 0 0.27 0.72 0.08
HSL 37.28º 0.8% 0.59% -
HSV(B) 37.28º 0.72% 0.92% -
XYZ 49.26 46.62 11.4 -
YUV 177.17 64.7 168.54 -
System Red Green Blue C M Y K H S L
Decimal 234 170 65 0 0.27 0.72 0.08 37.28 0.8 0.59
Hex EA AA 41 0 1B 48 8 25 50 3B
Octal 352 252 101 0 33 110 10 45 120 73
Binary 11101010 10101010 1000001 0 11011 1001000 1000 100101 1010000 111011

Color Harmonies of #EAAA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAA41

Black with #EAAA41

Text Example


Text Example

White with #EAAA41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAA41; }

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

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

background-color css

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

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

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

border-color css

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

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

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