Html Css Color HEX #EAB540 Tulip Tree

📋 copy color: '#EAB540'

red 234 ◦ green 181 ◦ blue 64

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

Shades of Tulip Tree #EAB540

Tints of Tulip Tree #EAB540

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.79%

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

R = 48.85%
G = 37.79%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EAB540 (or 0xEAB540) is known color: Tulip Tree. HEX triplet: EA, B5 and 40. RGB value is (234,181,64). Sum of RGB (Red+Green+Blue) = 234+181+64=479 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.85% from 479); Green value is 181 (71.09% from 255 or 37.79% from 479); Blue value is 64 (25.39% from 255 or 13.36% from 479); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB540 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB540 is #154ABF. Grayscale: #B8B8B8. Windows color (decimal): -1395392 or 4240874. OLE color: 4240874.

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

Color convert

RGB 234 181 64 -
CMYK 0 0.23 0.73 0.08
HSL 41.29º 0.8% 0.58% -
HSV(B) 41.29º 0.73% 0.92% -
XYZ 51.38 50.91 11.97 -
YUV 183.51 60.56 164.01 -
System Red Green Blue C M Y K H S L
Decimal 234 181 64 0 0.23 0.73 0.08 41.29 0.8 0.58
Hex EA B5 40 0 17 49 8 29 50 3A
Octal 352 265 100 0 27 111 10 51 120 72
Binary 11101010 10110101 1000000 0 10111 1001001 1000 101001 1010000 111010

Color Harmonies of #EAB540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB540

Black with #EAB540

Text Example


Text Example

White with #EAB540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB540; }

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

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

background-color css

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

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

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

border-color css

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

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

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