#ECA221

Color #ECA221 Carrot Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carrot Orange #ECA221

Tints of Carrot Orange #ECA221

Color information

#ECA221 (or 0xECA221) is unknown color: approx Carrot Orange. HEX triplet: EC, A2 and 21. RGB value is (236,162,33). Sum of RGB (Red+Green+Blue) = 236+162+33=431 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.76% from 431); Green value is 162 (63.67% from 255 or 37.59% from 431); Blue value is 33 (13.28% from 255 or 7.66% from 431); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA221 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA221 is #135DDE. Grayscale: #AAAAAA. Windows color (decimal): -1269215 or 2204396. OLE color: 2204396.

HSL color Cylindrical-coordinate representation of color #ECA221: hue angle of 38.13º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ECA221 is Cyan = 0, Magento = 0.31, Yellow = 0.86 and Black (K on CMYK) = 0.07.

Color convert

RGB23616233-
CMYK00.310.860.07
HSL38.13º84.23%52.75%-
HSV(B)38.13º86.02%92.55%-
XYZ47.7943.787.37-
YUV169.4251.02175.49-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 54.76%
GREEN value IS 162 (63.67% from 255) = 37.59%
BLUE value IS 33 (13.28% from 255) = 7.66%
R=54.76%
G=37.59%
B=7.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.86
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361623300.310.860.0738.1384.2352.75
HexECA22101F567265435
Octal3542424103712674612465
Binary111011001010001010000101111110101101111001101010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA221; }

 p { color: rgb(236,162,33); }

 H1.HeaderClassName
 {
   color: #ECA221;
 }
 .AnyTagClassName
 {
   color: #ECA221;
 }
</style>
background-color css

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

 a { background-color: rgb(236,162,33); }

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

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

 span { border-color: rgb(236,162,33); }

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