Html Css Color HEX #EAAA44 Tulip Tree

📋 copy color: '#EAAA44'

red 234 ◦ green 170 ◦ blue 68

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

Shades of Tulip Tree #EAAA44

Tints of Tulip Tree #EAAA44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 14.41%

R = 49.58%
G = 36.02%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EAAA44 (or 0xEAAA44) is known color: Tulip Tree. HEX triplet: EA, AA and 44. RGB value is (234,170,68). Sum of RGB (Red+Green+Blue) = 234+170+68=472 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.58% from 472); Green value is 170 (66.80% from 255 or 36.02% from 472); Blue value is 68 (26.95% from 255 or 14.41% from 472); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAA44 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAAA44 is #1555BB. Grayscale: #B1B1B1. Windows color (decimal): -1398204 or 4500202. OLE color: 4500202.

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

Color convert

RGB 234 170 68 -
CMYK 0 0.27 0.71 0.08
HSL 36.87º 0.8% 0.59% -
HSV(B) 36.87º 0.71% 0.92% -
XYZ 49.35 46.66 11.87 -
YUV 177.51 66.2 168.29 -
System Red Green Blue C M Y K H S L
Decimal 234 170 68 0 0.27 0.71 0.08 36.87 0.8 0.59
Hex EA AA 44 0 1B 47 8 25 50 3B
Octal 352 252 104 0 33 107 10 45 120 73
Binary 11101010 10101010 1000100 0 11011 1000111 1000 100101 1010000 111011

Color Harmonies of #EAAA44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAA44

Black with #EAAA44

Text Example


Text Example

White with #EAAA44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAA44; }

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

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

background-color css

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

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

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

border-color css

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

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

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