#EC8C27

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

Shades of Carrot Orange #EC8C27

Tints of Carrot Orange #EC8C27

Color information

#EC8C27 (or 0xEC8C27) is unknown color: approx Carrot Orange. HEX triplet: EC, 8C and 27. RGB value is (236,140,39). Sum of RGB (Red+Green+Blue) = 236+140+39=415 (54% of max value = 765). Red value is 236 (92.58% from 255 or 56.87% from 415); Green value is 140 (55.08% from 255 or 33.73% from 415); Blue value is 39 (15.62% from 255 or 9.40% from 415); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8C27 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8C27 is #1373D8. Grayscale: #9D9D9D. Windows color (decimal): -1274841 or 2591980. OLE color: 2591980.

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

Color convert

RGB23614039-
CMYK00.410.830.07
HSL30.76º83.83%53.92%-
HSV(B)30.76º83.47%92.55%-
XYZ44.3436.746.67-
YUV157.1961.3184.21-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 56.87%
GREEN value IS 140 (55.08% from 255) = 33.73%
BLUE value IS 39 (15.62% from 255) = 9.40%
R=56.87%
G=33.73%
B=9.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.83
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361403900.410.830.0730.7683.8353.92
HexEC8C270295371f5436
Octal3542144705112373712466
Binary111011001000110010011101010011010011111111111010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8C27; }

 p { color: rgb(236,140,39); }

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

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

 a { background-color: rgb(236,140,39); }

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

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

 span { border-color: rgb(236,140,39); }

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