Html Css Color HEX #EAA540 Tulip Tree

📋 copy color: '#EAA540'

red 234 ◦ green 165 ◦ blue 64

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

Shades of Tulip Tree #EAA540

Tints of Tulip Tree #EAA540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.82%

R = 50.54%
G = 35.64%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EAA540 (or 0xEAA540) is known color: Tulip Tree. HEX triplet: EA, A5 and 40. RGB value is (234,165,64). Sum of RGB (Red+Green+Blue) = 234+165+64=463 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.54% from 463); Green value is 165 (64.84% from 255 or 35.64% from 463); Blue value is 64 (25.39% from 255 or 13.82% from 463); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA540 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA540 is #155ABF. Grayscale: #AEAEAE. Windows color (decimal): -1399488 or 4236778. OLE color: 4236778.

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

Color convert

RGB 234 165 64 -
CMYK 0 0.29 0.73 0.08
HSL 35.65º 0.8% 0.58% -
HSV(B) 35.65º 0.73% 0.92% -
XYZ 48.31 44.77 10.95 -
YUV 174.12 65.86 170.71 -
System Red Green Blue C M Y K H S L
Decimal 234 165 64 0 0.29 0.73 0.08 35.65 0.8 0.58
Hex EA A5 40 0 1D 49 8 24 50 3A
Octal 352 245 100 0 35 111 10 44 120 72
Binary 11101010 10100101 1000000 0 11101 1001001 1000 100100 1010000 111010

Color Harmonies of #EAA540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA540

Black with #EAA540

Text Example


Text Example

White with #EAA540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA540; }

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

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

background-color css

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

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

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

border-color css

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

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

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