#ED8E23

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

Shades of Carrot Orange #ED8E23

Tints of Carrot Orange #ED8E23

Color information

#ED8E23 (or 0xED8E23) is unknown color: approx Carrot Orange. HEX triplet: ED, 8E and 23. RGB value is (237,142,35). Sum of RGB (Red+Green+Blue) = 237+142+35=414 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.25% from 414); Green value is 142 (55.86% from 255 or 34.30% from 414); Blue value is 35 (14.06% from 255 or 8.45% from 414); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8E23 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8E23 is #1271DC. Grayscale: #9E9E9E. Windows color (decimal): -1208797 or 2330349. OLE color: 2330349.

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

Color convert

RGB23714235-
CMYK00.400.850.07
HSL31.78º84.87%53.33%-
HSV(B)31.78º85.23%92.94%-
XYZ44.937.476.46-
YUV158.2158.47184.2-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 57.25%
GREEN value IS 142 (55.86% from 255) = 34.30%
BLUE value IS 35 (14.06% from 255) = 8.45%
R=57.25%
G=34.30%
B=8.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.85
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371423500.400.850.0731.7884.8753.33
HexED8E23028557205535
Octal3552164305012574012565
Binary1110110110001110100011010100010101011111000001010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8E23; }

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

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

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

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

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

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

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

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