Html Css Color HEX #EAB440 Tulip Tree

📋 copy color: '#EAB440'

red 234 ◦ green 180 ◦ blue 64

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

Shades of Tulip Tree #EAB440

Tints of Tulip Tree #EAB440

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.66%

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

R = 48.95%
G = 37.66%
B = 13.39%

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

#EAB440 (or 0xEAB440) is known color: Tulip Tree. HEX triplet: EA, B4 and 40. RGB value is (234,180,64). Sum of RGB (Red+Green+Blue) = 234+180+64=478 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.95% from 478); Green value is 180 (70.70% from 255 or 37.66% from 478); Blue value is 64 (25.39% from 255 or 13.39% from 478); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB440 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB440 is #154BBF. Grayscale: #B7B7B7. Windows color (decimal): -1395648 or 4240618. OLE color: 4240618.

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

Color convert

RGB 234 180 64 -
CMYK 0 0.23 0.73 0.08
HSL 40.94º 0.8% 0.58% -
HSV(B) 40.94º 0.73% 0.92% -
XYZ 51.18 50.51 11.9 -
YUV 182.92 60.89 164.43 -
System Red Green Blue C M Y K H S L
Decimal 234 180 64 0 0.23 0.73 0.08 40.94 0.8 0.58
Hex EA B4 40 0 17 49 8 29 50 3A
Octal 352 264 100 0 27 111 10 51 120 72
Binary 11101010 10110100 1000000 0 10111 1001001 1000 101001 1010000 111010

Color Harmonies of #EAB440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB440

Black with #EAB440

Text Example


Text Example

White with #EAB440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB440; }

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

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

background-color css

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

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

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

border-color css

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

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

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