Html Css Color HEX #EAAB45 Tulip Tree

📋 copy color: '#EAAB45'

red 234 ◦ green 171 ◦ blue 69

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

Shades of Tulip Tree #EAAB45

Tints of Tulip Tree #EAAB45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 14.56%

R = 49.37%
G = 36.08%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EAAB45 (or 0xEAAB45) is known color: Tulip Tree. HEX triplet: EA, AB and 45. RGB value is (234,171,69). Sum of RGB (Red+Green+Blue) = 234+171+69=474 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.37% from 474); Green value is 171 (67.19% from 255 or 36.08% from 474); Blue value is 69 (27.34% from 255 or 14.56% from 474); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAB45 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAAB45 is #1554BA. Grayscale: #B2B2B2. Windows color (decimal): -1397947 or 4565994. OLE color: 4565994.

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

Color convert

RGB 234 171 69 -
CMYK 0 0.27 0.71 0.08
HSL 37.09º 0.8% 0.59% -
HSV(B) 37.09º 0.71% 0.92% -
XYZ 49.57 47.05 12.1 -
YUV 178.21 66.37 167.79 -
System Red Green Blue C M Y K H S L
Decimal 234 171 69 0 0.27 0.71 0.08 37.09 0.8 0.59
Hex EA AB 45 0 1B 47 8 25 50 3B
Octal 352 253 105 0 33 107 10 45 120 73
Binary 11101010 10101011 1000101 0 11011 1000111 1000 100101 1010000 111011

Color Harmonies of #EAAB45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAB45

Black with #EAAB45

Text Example


Text Example

White with #EAAB45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAB45; }

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

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

background-color css

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

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

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

border-color css

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

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

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