#ed8318

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

Shades of Carrot Orange #ED8318

Tints of Carrot Orange #ED8318

Color information

#ED8318 (or 0xED8318) is unknown color: approx Carrot Orange. HEX triplet: ED, 83 and 18. RGB value is (237,131,24). Sum of RGB (Red+Green+Blue) = 237+131+24=392 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.46% from 392); Green value is 131 (51.56% from 255 or 33.42% from 392); Blue value is 24 (9.77% from 255 or 6.12% from 392); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8318 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8318 is #127CE7. Grayscale: #979797. Windows color (decimal): -1211624 or 1606637. OLE color: 1606637.

HSL color Cylindrical-coordinate representation of color #ED8318: hue angle of 30.14º 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 #ED8318 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.07.

Color convert

RGB23713124-
CMYK00.450.900.07
HSL30.14º85.54%51.18%-
HSV(B)30.14º89.87%92.94%-
XYZ43.2134.35.21-
YUV150.556.62189.7-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 60.46%
GREEN value IS 131 (51.56% from 255) = 33.42%
BLUE value IS 24 (9.77% from 255) = 6.12%
R=60.46%
G=33.42%
B=6.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.90
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371312400.450.900.0730.1485.5451.18
HexED831802D5A71e5633
Octal3552033005513273612663
Binary11101101100000111100001011011011010111111101010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed8318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed8318; }

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

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

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

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

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

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

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

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