Html Css Color HEX #EAA545 Tulip Tree

📋 copy color: '#EAA545'

red 234 ◦ green 165 ◦ blue 69

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

Shades of Tulip Tree #EAA545

Tints of Tulip Tree #EAA545

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.26%

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

R = 50%
G = 35.26%
B = 14.74%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EAA545 (or 0xEAA545) is known color: Tulip Tree. HEX triplet: EA, A5 and 45. RGB value is (234,165,69). Sum of RGB (Red+Green+Blue) = 234+165+69=468 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50% from 468); Green value is 165 (64.84% from 255 or 35.26% from 468); Blue value is 69 (27.34% from 255 or 14.74% from 468); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA545 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA545 is #155ABA. Grayscale: #AFAFAF. Windows color (decimal): -1399483 or 4564458. OLE color: 4564458.

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

Color convert

RGB 234 165 69 -
CMYK 0 0.29 0.71 0.08
HSL 34.91º 0.8% 0.59% -
HSV(B) 34.91º 0.71% 0.92% -
XYZ 48.46 44.83 11.73 -
YUV 174.69 68.36 170.31 -
System Red Green Blue C M Y K H S L
Decimal 234 165 69 0 0.29 0.71 0.08 34.91 0.8 0.59
Hex EA A5 45 0 1D 47 8 23 50 3B
Octal 352 245 105 0 35 107 10 43 120 73
Binary 11101010 10100101 1000101 0 11101 1000111 1000 100011 1010000 111011

Color Harmonies of #EAA545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA545

Black with #EAA545

Text Example


Text Example

White with #EAA545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA545; }

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

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

background-color css

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

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

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

border-color css

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

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

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