Html Css Color HEX #EAB840 Tulip Tree

📋 copy color: '#EAB840'

red 234 ◦ green 184 ◦ blue 64

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

Shades of Tulip Tree #EAB840

Tints of Tulip Tree #EAB840

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.17%

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

R = 48.55%
G = 38.17%
B = 13.28%

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

#EAB840 (or 0xEAB840) is known color: Tulip Tree. HEX triplet: EA, B8 and 40. RGB value is (234,184,64). Sum of RGB (Red+Green+Blue) = 234+184+64=482 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.55% from 482); Green value is 184 (72.27% from 255 or 38.17% from 482); Blue value is 64 (25.39% from 255 or 13.28% from 482); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB840 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB840 is #1547BF. Grayscale: #B9B9B9. Windows color (decimal): -1394624 or 4241642. OLE color: 4241642.

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

Color convert

RGB 234 184 64 -
CMYK 0 0.21 0.73 0.08
HSL 42.35º 0.8% 0.58% -
HSV(B) 42.35º 0.73% 0.92% -
XYZ 52 52.14 12.17 -
YUV 185.27 59.57 162.76 -
System Red Green Blue C M Y K H S L
Decimal 234 184 64 0 0.21 0.73 0.08 42.35 0.8 0.58
Hex EA B8 40 0 15 49 8 2A 50 3A
Octal 352 270 100 0 25 111 10 52 120 72
Binary 11101010 10111000 1000000 0 10101 1001001 1000 101010 1010000 111010

Color Harmonies of #EAB840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB840

Black with #EAB840

Text Example


Text Example

White with #EAB840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB840; }

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

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

background-color css

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

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

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

border-color css

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

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

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