Html Css Color HEX #EAA546 Tulip Tree

📋 copy color: '#EAA546'

red 234 ◦ green 165 ◦ blue 70

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

Shades of Tulip Tree #EAA546

Tints of Tulip Tree #EAA546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.93%

R = 49.89%
G = 35.18%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#EAA546 (or 0xEAA546) is known color: Tulip Tree. HEX triplet: EA, A5 and 46. RGB value is (234,165,70). Sum of RGB (Red+Green+Blue) = 234+165+70=469 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.89% from 469); Green value is 165 (64.84% from 255 or 35.18% from 469); Blue value is 70 (27.73% from 255 or 14.93% from 469); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA546 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA546 is #155AB9. Grayscale: #AFAFAF. Windows color (decimal): -1399482 or 4629994. OLE color: 4629994.

HSL color Cylindrical-coordinate representation of color #EAA546: hue angle of 34.76º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EAA546 is Cyan = 0, Magento = 0.29, Yellow = 0.70 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 165 70 -
CMYK 0 0.29 0.70 0.08
HSL 34.76º 0.8% 0.6% -
HSV(B) 34.76º 0.7% 0.92% -
XYZ 48.49 44.84 11.89 -
YUV 174.8 68.86 170.22 -
System Red Green Blue C M Y K H S L
Decimal 234 165 70 0 0.29 0.70 0.08 34.76 0.8 0.6
Hex EA A5 46 0 1D 46 8 23 50 3C
Octal 352 245 106 0 35 106 10 43 120 74
Binary 11101010 10100101 1000110 0 11101 1000110 1000 100011 1010000 111100

Color Harmonies of #EAA546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA546

Black with #EAA546

Text Example


Text Example

White with #EAA546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA546; }

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

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

background-color css

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

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

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

border-color css

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

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

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