Html Css Color HEX #EAB040 Tulip Tree

📋 copy color: '#EAB040'

red 234 ◦ green 176 ◦ blue 64

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

Shades of Tulip Tree #EAB040

Tints of Tulip Tree #EAB040

RGB

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

 GREEN value IS 176 (69.14% from 255) = 37.13%

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

R = 49.37%
G = 37.13%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EAB040 (or 0xEAB040) is known color: Tulip Tree. HEX triplet: EA, B0 and 40. RGB value is (234,176,64). Sum of RGB (Red+Green+Blue) = 234+176+64=474 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.37% from 474); Green value is 176 (69.14% from 255 or 37.13% from 474); Blue value is 64 (25.39% from 255 or 13.50% from 474); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB040 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAB040 is #154FBF. Grayscale: #B5B5B5. Windows color (decimal): -1396672 or 4239594. OLE color: 4239594.

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

Color convert

RGB 234 176 64 -
CMYK 0 0.25 0.73 0.08
HSL 39.53º 0.8% 0.58% -
HSV(B) 39.53º 0.73% 0.92% -
XYZ 50.38 48.91 11.64 -
YUV 180.57 62.22 166.11 -
System Red Green Blue C M Y K H S L
Decimal 234 176 64 0 0.25 0.73 0.08 39.53 0.8 0.58
Hex EA B0 40 0 19 49 8 28 50 3A
Octal 352 260 100 0 31 111 10 50 120 72
Binary 11101010 10110000 1000000 0 11001 1001001 1000 101000 1010000 111010

Color Harmonies of #EAB040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB040

Black with #EAB040

Text Example


Text Example

White with #EAB040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB040; }

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

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

background-color css

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

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

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

border-color css

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

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

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