Html Css Color HEX #EAB940 Tulip Tree

📋 copy color: '#EAB940'

red 234 ◦ green 185 ◦ blue 64

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

Shades of Tulip Tree #EAB940

Tints of Tulip Tree #EAB940

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.3%

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

R = 48.45%
G = 38.3%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EAB940 (or 0xEAB940) is known color: Tulip Tree. HEX triplet: EA, B9 and 40. RGB value is (234,185,64). Sum of RGB (Red+Green+Blue) = 234+185+64=483 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.45% from 483); Green value is 185 (72.66% from 255 or 38.30% from 483); Blue value is 64 (25.39% from 255 or 13.25% from 483); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB940 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB940 is #1546BF. Grayscale: #BABABA. Windows color (decimal): -1394368 or 4241898. OLE color: 4241898.

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

Color convert

RGB 234 185 64 -
CMYK 0 0.21 0.73 0.08
HSL 42.71º 0.8% 0.58% -
HSV(B) 42.71º 0.73% 0.92% -
XYZ 52.21 52.56 12.24 -
YUV 185.86 59.23 162.34 -
System Red Green Blue C M Y K H S L
Decimal 234 185 64 0 0.21 0.73 0.08 42.71 0.8 0.58
Hex EA B9 40 0 15 49 8 2B 50 3A
Octal 352 271 100 0 25 111 10 53 120 72
Binary 11101010 10111001 1000000 0 10101 1001001 1000 101011 1010000 111010

Color Harmonies of #EAB940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB940

Black with #EAB940

Text Example


Text Example

White with #EAB940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB940; }

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

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

background-color css

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

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

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

border-color css

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

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

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