Html Css Color HEX #EAAB3E Tulip Tree

📋 copy color: '#EAAB3E'

red 234 ◦ green 171 ◦ blue 62

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

Shades of Tulip Tree #EAAB3E

Tints of Tulip Tree #EAAB3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 13.28%

R = 50.11%
G = 36.62%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EAAB3E (or 0xEAAB3E) is known color: Tulip Tree. HEX triplet: EA, AB and 3E. RGB value is (234,171,62). Sum of RGB (Red+Green+Blue) = 234+171+62=467 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.11% from 467); Green value is 171 (67.19% from 255 or 36.62% from 467); Blue value is 62 (24.61% from 255 or 13.28% from 467); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAB3E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAAB3E is #1554C1. Grayscale: #B1B1B1. Windows color (decimal): -1397954 or 4107242. OLE color: 4107242.

HSL color Cylindrical-coordinate representation of color #EAAB3E: hue angle of 38.02º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EAAB3E is Cyan = 0, Magento = 0.27, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 171 62 -
CMYK 0 0.27 0.74 0.08
HSL 38.02º 0.8% 0.58% -
HSV(B) 38.02º 0.74% 0.92% -
XYZ 49.36 46.97 11.02 -
YUV 177.41 62.87 168.36 -
System Red Green Blue C M Y K H S L
Decimal 234 171 62 0 0.27 0.74 0.08 38.02 0.8 0.58
Hex EA AB 3E 0 1B 4A 8 26 50 3A
Octal 352 253 76 0 33 112 10 46 120 72
Binary 11101010 10101011 111110 0 11011 1001010 1000 100110 1010000 111010

Color Harmonies of #EAAB3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAB3E

Black with #EAAB3E

Text Example


Text Example

White with #EAAB3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAB3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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