#ECA122

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

Shades of Carrot Orange #ECA122

Tints of Carrot Orange #ECA122

Color information

#ECA122 (or 0xECA122) is unknown color: approx Carrot Orange. HEX triplet: EC, A1 and 22. RGB value is (236,161,34). Sum of RGB (Red+Green+Blue) = 236+161+34=431 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.76% from 431); Green value is 161 (63.28% from 255 or 37.35% from 431); Blue value is 34 (13.67% from 255 or 7.89% from 431); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA122 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA122 is #135EDD. Grayscale: #A9A9A9. Windows color (decimal): -1269470 or 2269676. OLE color: 2269676.

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

Color convert

RGB23616134-
CMYK00.320.860.07
HSL37.72º84.17%52.94%-
HSV(B)37.72º85.59%92.55%-
XYZ47.6343.447.39-
YUV168.9551.85175.83-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 54.76%
GREEN value IS 161 (63.28% from 255) = 37.35%
BLUE value IS 34 (13.67% from 255) = 7.89%
R=54.76%
G=37.35%
B=7.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.86
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361613400.320.860.0737.7284.1752.94
HexECA122020567265435
Octal3542414204012674612465
Binary1110110010100001100010010000010101101111001101010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA122; }

 p { color: rgb(236,161,34); }

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

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

 a { background-color: rgb(236,161,34); }

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

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

 span { border-color: rgb(236,161,34); }

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