#ed8518

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

Shades of Carrot Orange #ED8518

Tints of Carrot Orange #ED8518

Color information

#ED8518 (or 0xED8518) is unknown color: approx Carrot Orange. HEX triplet: ED, 85 and 18. RGB value is (237,133,24). Sum of RGB (Red+Green+Blue) = 237+133+24=394 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60.15% from 394); Green value is 133 (52.34% from 255 or 33.76% from 394); Blue value is 24 (9.77% from 255 or 6.09% from 394); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8518 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8518 is #127AE7. Grayscale: #989898. Windows color (decimal): -1211112 or 1607149. OLE color: 1607149.

HSL color Cylindrical-coordinate representation of color #ED8518: hue angle of 30.7º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ED8518 is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.07.

Color convert

RGB23713324-
CMYK00.440.900.07
HSL30.7º85.54%51.18%-
HSV(B)30.7º89.87%92.94%-
XYZ43.4834.855.3-
YUV151.6755.96188.86-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 60.15%
GREEN value IS 133 (52.34% from 255) = 33.76%
BLUE value IS 24 (9.77% from 255) = 6.09%
R=60.15%
G=33.76%
B=6.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.90
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371332400.440.900.0730.785.5451.18
HexED851802C5A71f5633
Octal3552053005413273712663
Binary11101101100001011100001011001011010111111111010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed8518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed8518; }

 p { color: rgb(237,133,24); }

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

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

 a { background-color: rgb(237,133,24); }

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

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

 span { border-color: rgb(237,133,24); }

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