Html Css Color HEX #EAA745 Tulip Tree

📋 copy color: '#EAA745'

red 234 ◦ green 167 ◦ blue 69

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

Shades of Tulip Tree #EAA745

Tints of Tulip Tree #EAA745

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.53%

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

R = 49.79%
G = 35.53%
B = 14.68%

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

#EAA745 (or 0xEAA745) is known color: Tulip Tree. HEX triplet: EA, A7 and 45. RGB value is (234,167,69). Sum of RGB (Red+Green+Blue) = 234+167+69=470 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.79% from 470); Green value is 167 (65.62% from 255 or 35.53% from 470); Blue value is 69 (27.34% from 255 or 14.68% from 470); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA745 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA745 is #1558BA. Grayscale: #B0B0B0. Windows color (decimal): -1398971 or 4564970. OLE color: 4564970.

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

Color convert

RGB 234 167 69 -
CMYK 0 0.29 0.71 0.08
HSL 35.64º 0.8% 0.59% -
HSV(B) 35.64º 0.71% 0.92% -
XYZ 48.82 45.56 11.85 -
YUV 175.86 67.7 169.47 -
System Red Green Blue C M Y K H S L
Decimal 234 167 69 0 0.29 0.71 0.08 35.64 0.8 0.59
Hex EA A7 45 0 1D 47 8 24 50 3B
Octal 352 247 105 0 35 107 10 44 120 73
Binary 11101010 10100111 1000101 0 11101 1000111 1000 100100 1010000 111011

Color Harmonies of #EAA745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA745

Black with #EAA745

Text Example


Text Example

White with #EAA745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA745; }

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

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

background-color css

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

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

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

border-color css

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

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

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