Html Css Color HEX #ED8518 Carrot Orange

📋 copy color: '#ED8518'

red 237 ◦ green 133 ◦ blue 24

#ED8518
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carrot Orange #ED8518

Tints of Carrot Orange #ED8518

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 value IS 0

 M value IS 0.44

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#ED8518 (or 0xED8518) is known color: 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

RGB 237 133 24 -
CMYK 0 0.44 0.90 0.07
HSL 30.7º 0.86% 0.51% -
HSV(B) 30.7º 0.9% 0.93% -
XYZ 43.48 34.85 5.3 -
YUV 151.67 55.96 188.86 -
System Red Green Blue C M Y K H S L
Decimal 237 133 24 0 0.44 0.90 0.07 30.7 0.86 0.51
Hex ED 85 18 0 2C 5A 7 1F 56 33
Octal 355 205 30 0 54 132 7 37 126 63
Binary 11101101 10000101 11000 0 101100 1011010 111 11111 1010110 110011

Color Harmonies of #ED8518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8518

Black with #ED8518

Text Example


Text Example

White with #ED8518

Text Example


Text Example

HTML Codes & Css Web 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>