Html Css Color HEX #EAA445 Tulip Tree

📋 copy color: '#EAA445'

red 234 ◦ green 164 ◦ blue 69

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

Shades of Tulip Tree #EAA445

Tints of Tulip Tree #EAA445

RGB

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

 GREEN value IS 164 (64.45% from 255) = 35.12%

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

R = 50.11%
G = 35.12%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EAA445 (or 0xEAA445) is known color: Tulip Tree. HEX triplet: EA, A4 and 45. RGB value is (234,164,69). Sum of RGB (Red+Green+Blue) = 234+164+69=467 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.11% from 467); Green value is 164 (64.45% from 255 or 35.12% from 467); Blue value is 69 (27.34% from 255 or 14.78% from 467); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA445 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA445 is #155BBA. Grayscale: #AEAEAE. Windows color (decimal): -1399739 or 4564202. OLE color: 4564202.

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

Color convert

RGB 234 164 69 -
CMYK 0 0.30 0.71 0.08
HSL 34.55º 0.8% 0.59% -
HSV(B) 34.55º 0.71% 0.92% -
XYZ 48.28 44.47 11.67 -
YUV 174.1 68.69 170.72 -
System Red Green Blue C M Y K H S L
Decimal 234 164 69 0 0.30 0.71 0.08 34.55 0.8 0.59
Hex EA A4 45 0 1E 47 8 23 50 3B
Octal 352 244 105 0 36 107 10 43 120 73
Binary 11101010 10100100 1000101 0 11110 1000111 1000 100011 1010000 111011

Color Harmonies of #EAA445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA445

Black with #EAA445

Text Example


Text Example

White with #EAA445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA445; }

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

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

background-color css

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

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

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

border-color css

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

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

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