Html Css Color HEX #EAA440 Tulip Tree

📋 copy color: '#EAA440'

red 234 ◦ green 164 ◦ blue 64

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

Shades of Tulip Tree #EAA440

Tints of Tulip Tree #EAA440

RGB

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

 GREEN value IS 164 (64.45% from 255) = 35.5%

 BLUE value IS 64 (25.39% from 255) = 13.85%

R = 50.65%
G = 35.5%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EAA440 (or 0xEAA440) is known color: Tulip Tree. HEX triplet: EA, A4 and 40. RGB value is (234,164,64). Sum of RGB (Red+Green+Blue) = 234+164+64=462 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.65% from 462); Green value is 164 (64.45% from 255 or 35.50% from 462); Blue value is 64 (25.39% from 255 or 13.85% from 462); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA440 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA440 is #155BBF. Grayscale: #ADADAD. Windows color (decimal): -1399744 or 4236522. OLE color: 4236522.

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

Color convert

RGB 234 164 64 -
CMYK 0 0.30 0.73 0.08
HSL 35.29º 0.8% 0.58% -
HSV(B) 35.29º 0.73% 0.92% -
XYZ 48.13 44.41 10.89 -
YUV 173.53 66.19 171.13 -
System Red Green Blue C M Y K H S L
Decimal 234 164 64 0 0.30 0.73 0.08 35.29 0.8 0.58
Hex EA A4 40 0 1E 49 8 23 50 3A
Octal 352 244 100 0 36 111 10 43 120 72
Binary 11101010 10100100 1000000 0 11110 1001001 1000 100011 1010000 111010

Color Harmonies of #EAA440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA440

Black with #EAA440

Text Example


Text Example

White with #EAA440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA440; }

 p { color: rgb(234,164,64); }

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

background-color css

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

 a { background-color: rgb(234,164,64); }

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

border-color css

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

 span { border-color: rgb(234,164,64); }

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