Html Css Color HEX #EAB045 Tulip Tree

📋 copy color: '#EAB045'

red 234 ◦ green 176 ◦ blue 69

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

Shades of Tulip Tree #EAB045

Tints of Tulip Tree #EAB045

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.74%

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

R = 48.85%
G = 36.74%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EAB045 (or 0xEAB045) is known color: Tulip Tree. HEX triplet: EA, B0 and 45. RGB value is (234,176,69). Sum of RGB (Red+Green+Blue) = 234+176+69=479 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.85% from 479); Green value is 176 (69.14% from 255 or 36.74% from 479); Blue value is 69 (27.34% from 255 or 14.41% from 479); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB045 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAB045 is #154FBA. Grayscale: #B5B5B5. Windows color (decimal): -1396667 or 4567274. OLE color: 4567274.

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

Color convert

RGB 234 176 69 -
CMYK 0 0.25 0.71 0.08
HSL 38.91º 0.8% 0.59% -
HSV(B) 38.91º 0.71% 0.92% -
XYZ 50.53 48.97 12.42 -
YUV 181.14 64.72 165.7 -
System Red Green Blue C M Y K H S L
Decimal 234 176 69 0 0.25 0.71 0.08 38.91 0.8 0.59
Hex EA B0 45 0 19 47 8 27 50 3B
Octal 352 260 105 0 31 107 10 47 120 73
Binary 11101010 10110000 1000101 0 11001 1000111 1000 100111 1010000 111011

Color Harmonies of #EAB045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB045

Black with #EAB045

Text Example


Text Example

White with #EAB045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB045; }

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

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

background-color css

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

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

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

border-color css

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

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

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