Html Css Color HEX #ECAA40 Tulip Tree

📋 copy color: '#ECAA40'

red 236 ◦ green 170 ◦ blue 64

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

Shades of Tulip Tree #ECAA40

Tints of Tulip Tree #ECAA40

RGB

 RED value IS 236 (92.58% from 255) = 50.21%

 GREEN value IS 170 (66.8% from 255) = 36.17%

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

R = 50.21%
G = 36.17%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#ECAA40 (or 0xECAA40) is known color: Tulip Tree. HEX triplet: EC, AA and 40. RGB value is (236,170,64). Sum of RGB (Red+Green+Blue) = 236+170+64=470 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.21% from 470); Green value is 170 (66.80% from 255 or 36.17% from 470); Blue value is 64 (25.39% from 255 or 13.62% from 470); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAA40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAA40 is #1355BF. Grayscale: #B2B2B2. Windows color (decimal): -1267136 or 4238060. OLE color: 4238060.

HSL color Cylindrical-coordinate representation of color #ECAA40: hue angle of 36.98º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ECAA40 is Cyan = 0, Magento = 0.28, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 170 64 -
CMYK 0 0.28 0.73 0.07
HSL 36.98º 0.82% 0.59% -
HSV(B) 36.98º 0.73% 0.93% -
XYZ 49.89 46.95 11.28 -
YUV 177.65 63.87 169.62 -
System Red Green Blue C M Y K H S L
Decimal 236 170 64 0 0.28 0.73 0.07 36.98 0.82 0.59
Hex EC AA 40 0 1C 49 7 25 52 3B
Octal 354 252 100 0 34 111 7 45 122 73
Binary 11101100 10101010 1000000 0 11100 1001001 111 100101 1010010 111011

Color Harmonies of #ECAA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAA40

Black with #ECAA40

Text Example


Text Example

White with #ECAA40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAA40; }

 p { color: rgb(236,170,64); }

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

background-color css

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

 a { background-color: rgb(236,170,64); }

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

border-color css

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

 span { border-color: rgb(236,170,64); }

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