Html Css Color HEX #EAA940 Tulip Tree

📋 copy color: '#EAA940'

red 234 ◦ green 169 ◦ blue 64

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

Shades of Tulip Tree #EAA940

Tints of Tulip Tree #EAA940

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.19%

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

R = 50.11%
G = 36.19%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EAA940 (or 0xEAA940) is known color: Tulip Tree. HEX triplet: EA, A9 and 40. RGB value is (234,169,64). Sum of RGB (Red+Green+Blue) = 234+169+64=467 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.11% from 467); Green value is 169 (66.41% from 255 or 36.19% from 467); Blue value is 64 (25.39% from 255 or 13.70% from 467); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA940 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA940 is #1556BF. Grayscale: #B0B0B0. Windows color (decimal): -1398464 or 4237802. OLE color: 4237802.

HSL color Cylindrical-coordinate representation of color #EAA940: hue angle of 37.06º 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 #EAA940 is Cyan = 0, Magento = 0.28, Yellow = 0.73 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 169 64 -
CMYK 0 0.28 0.73 0.08
HSL 37.06º 0.8% 0.58% -
HSV(B) 37.06º 0.73% 0.92% -
XYZ 49.05 46.24 11.19 -
YUV 176.47 64.53 169.04 -
System Red Green Blue C M Y K H S L
Decimal 234 169 64 0 0.28 0.73 0.08 37.06 0.8 0.58
Hex EA A9 40 0 1C 49 8 25 50 3A
Octal 352 251 100 0 34 111 10 45 120 72
Binary 11101010 10101001 1000000 0 11100 1001001 1000 100101 1010000 111010

Color Harmonies of #EAA940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA940

Black with #EAA940

Text Example


Text Example

White with #EAA940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA940; }

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

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

background-color css

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

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

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

border-color css

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

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

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