#ED8819

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

Shades of Carrot Orange #ED8819

Tints of Carrot Orange #ED8819

Color information

#ED8819 (or 0xED8819) is unknown color: approx Carrot Orange. HEX triplet: ED, 88 and 19. RGB value is (237,136,25). Sum of RGB (Red+Green+Blue) = 237+136+25=398 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.55% from 398); Green value is 136 (53.52% from 255 or 34.17% from 398); Blue value is 25 (10.16% from 255 or 6.28% from 398); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8819 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8819 is #1277E6. Grayscale: #9A9A9A. Windows color (decimal): -1210343 or 1673453. OLE color: 1673453.

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

Color convert

RGB23713625-
CMYK00.430.890.07
HSL31.42º85.48%51.37%-
HSV(B)31.42º89.45%92.94%-
XYZ43.935.685.49-
YUV153.5455.46187.53-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 59.55%
GREEN value IS 136 (53.52% from 255) = 34.17%
BLUE value IS 25 (10.16% from 255) = 6.28%
R=59.55%
G=34.17%
B=6.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.89
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371362500.430.890.0731.4285.4851.37
HexED881902B5971f5533
Octal3552103105313173712563
Binary11101101100010001100101010111011001111111111010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8819; }

 p { color: rgb(237,136,25); }

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

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

 a { background-color: rgb(237,136,25); }

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

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

 span { border-color: rgb(237,136,25); }

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