Html Css Color HEX #EAB240 Tulip Tree

📋 copy color: '#EAB240'

red 234 ◦ green 178 ◦ blue 64

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

Shades of Tulip Tree #EAB240

Tints of Tulip Tree #EAB240

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.39%

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

R = 49.16%
G = 37.39%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EAB240 (or 0xEAB240) is known color: Tulip Tree. HEX triplet: EA, B2 and 40. RGB value is (234,178,64). Sum of RGB (Red+Green+Blue) = 234+178+64=476 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.16% from 476); Green value is 178 (69.92% from 255 or 37.39% from 476); Blue value is 64 (25.39% from 255 or 13.45% from 476); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB240 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAB240 is #154DBF. Grayscale: #B6B6B6. Windows color (decimal): -1396160 or 4240106. OLE color: 4240106.

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

Color convert

RGB 234 178 64 -
CMYK 0 0.24 0.73 0.08
HSL 40.24º 0.8% 0.58% -
HSV(B) 40.24º 0.73% 0.92% -
XYZ 50.78 49.7 11.77 -
YUV 181.75 61.55 165.27 -
System Red Green Blue C M Y K H S L
Decimal 234 178 64 0 0.24 0.73 0.08 40.24 0.8 0.58
Hex EA B2 40 0 18 49 8 28 50 3A
Octal 352 262 100 0 30 111 10 50 120 72
Binary 11101010 10110010 1000000 0 11000 1001001 1000 101000 1010000 111010

Color Harmonies of #EAB240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB240

Black with #EAB240

Text Example


Text Example

White with #EAB240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB240; }

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

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

background-color css

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

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

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

border-color css

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

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

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