#ECA321

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

Shades of Carrot Orange #ECA321

Tints of Carrot Orange #ECA321

Color information

#ECA321 (or 0xECA321) is unknown color: approx Carrot Orange. HEX triplet: EC, A3 and 21. RGB value is (236,163,33). Sum of RGB (Red+Green+Blue) = 236+163+33=432 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.63% from 432); Green value is 163 (64.06% from 255 or 37.73% from 432); Blue value is 33 (13.28% from 255 or 7.64% from 432); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA321 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA321 is #135CDE. Grayscale: #AAAAAA. Windows color (decimal): -1268959 or 2204652. OLE color: 2204652.

HSL color Cylindrical-coordinate representation of color #ECA321: hue angle of 38.42º 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 #ECA321 is Cyan = 0, Magento = 0.31, Yellow = 0.86 and Black (K on CMYK) = 0.07.

Color convert

RGB23616333-
CMYK00.310.860.07
HSL38.42º84.23%52.75%-
HSV(B)38.42º86.02%92.55%-
XYZ47.9644.147.43-
YUV170.0150.68175.07-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 54.63%
GREEN value IS 163 (64.06% from 255) = 37.73%
BLUE value IS 33 (13.28% from 255) = 7.64%
R=54.63%
G=37.73%
B=7.64%

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
Decimal2361633300.310.860.0738.4284.2352.75
HexECA32101F567265435
Octal3542434103712674612465
Binary111011001010001110000101111110101101111001101010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA321; }

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

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

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

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

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

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

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

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