#ED8E11

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

Shades of Carrot Orange #ED8E11

Tints of Carrot Orange #ED8E11

Color information

#ED8E11 (or 0xED8E11) is unknown color: approx Carrot Orange. HEX triplet: ED, 8E and 11. RGB value is (237,142,17). Sum of RGB (Red+Green+Blue) = 237+142+17=396 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.85% from 396); Green value is 142 (55.86% from 255 or 35.86% from 396); Blue value is 17 (7.03% from 255 or 4.29% from 396); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8E11 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8E11 is #1271EE. Grayscale: #9C9C9C. Windows color (decimal): -1208815 or 1150701. OLE color: 1150701.

HSL color Cylindrical-coordinate representation of color #ED8E11: hue angle of 34.09º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ED8E11 is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.07.

Color convert

RGB23714217-
CMYK00.400.930.07
HSL34.09º86.61%49.8%-
HSV(B)34.09º92.83%92.94%-
XYZ44.737.395.39-
YUV156.1549.47185.66-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 59.85%
GREEN value IS 142 (55.86% from 255) = 35.86%
BLUE value IS 17 (7.03% from 255) = 4.29%
R=59.85%
G=35.86%
B=4.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.93
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371421700.400.930.0734.0986.6149.8
HexED8E110285D7225732
Octal3552162105013574212762
Binary111011011000111010001010100010111011111000101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8E11; }

 p { color: rgb(237,142,17); }

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

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

 a { background-color: rgb(237,142,17); }

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

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

 span { border-color: rgb(237,142,17); }

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