Html Css Color HEX #EAAB40 Tulip Tree

📋 copy color: '#EAAB40'

red 234 ◦ green 171 ◦ blue 64

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

Shades of Tulip Tree #EAAB40

Tints of Tulip Tree #EAAB40

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.46%

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

R = 49.89%
G = 36.46%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EAAB40 (or 0xEAAB40) is known color: Tulip Tree. HEX triplet: EA, AB and 40. RGB value is (234,171,64). Sum of RGB (Red+Green+Blue) = 234+171+64=469 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.89% from 469); Green value is 171 (67.19% from 255 or 36.46% from 469); Blue value is 64 (25.39% from 255 or 13.65% from 469); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAB40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAAB40 is #1554BF. Grayscale: #B2B2B2. Windows color (decimal): -1397952 or 4238314. OLE color: 4238314.

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

Color convert

RGB 234 171 64 -
CMYK 0 0.27 0.73 0.08
HSL 37.76º 0.8% 0.58% -
HSV(B) 37.76º 0.73% 0.92% -
XYZ 49.42 46.99 11.32 -
YUV 177.64 63.87 168.2 -
System Red Green Blue C M Y K H S L
Decimal 234 171 64 0 0.27 0.73 0.08 37.76 0.8 0.58
Hex EA AB 40 0 1B 49 8 26 50 3A
Octal 352 253 100 0 33 111 10 46 120 72
Binary 11101010 10101011 1000000 0 11011 1001001 1000 100110 1010000 111010

Color Harmonies of #EAAB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAB40

Black with #EAAB40

Text Example


Text Example

White with #EAAB40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAB40; }

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

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

background-color css

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

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

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

border-color css

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

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

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