Html Css Color HEX #ECA446 Tulip Tree

📋 copy color: '#ECA446'

red 236 ◦ green 164 ◦ blue 70

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

Shades of Tulip Tree #ECA446

Tints of Tulip Tree #ECA446

RGB

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

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

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

R = 50.21%
G = 34.89%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#ECA446 (or 0xECA446) is known color: Tulip Tree. HEX triplet: EC, A4 and 46. RGB value is (236,164,70). Sum of RGB (Red+Green+Blue) = 236+164+70=470 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.21% from 470); Green value is 164 (64.45% from 255 or 34.89% from 470); Blue value is 70 (27.73% from 255 or 14.89% from 470); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA446 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA446 is #135BB9. Grayscale: #AFAFAF. Windows color (decimal): -1268666 or 4629740. OLE color: 4629740.

HSL color Cylindrical-coordinate representation of color #ECA446: hue angle of 33.98º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ECA446 is Cyan = 0, Magento = 0.31, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 164 70 -
CMYK 0 0.31 0.70 0.07
HSL 33.98º 0.81% 0.6% -
HSV(B) 33.98º 0.7% 0.93% -
XYZ 48.97 44.83 11.87 -
YUV 174.81 68.85 171.64 -
System Red Green Blue C M Y K H S L
Decimal 236 164 70 0 0.31 0.70 0.07 33.98 0.81 0.6
Hex EC A4 46 0 1F 46 7 22 51 3C
Octal 354 244 106 0 37 106 7 42 121 74
Binary 11101100 10100100 1000110 0 11111 1000110 111 100010 1010001 111100

Color Harmonies of #ECA446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA446

Black with #ECA446

Text Example


Text Example

White with #ECA446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA446; }

 p { color: rgb(236,164,70); }

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

background-color css

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

 a { background-color: rgb(236,164,70); }

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

border-color css

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

 span { border-color: rgb(236,164,70); }

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