Html Css Color HEX #ED8118 Carrot Orange

📋 copy color: '#ED8118'

red 237 ◦ green 129 ◦ blue 24

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

Shades of Carrot Orange #ED8118

Tints of Carrot Orange #ED8118

RGB

 RED value IS 237 (92.97% from 255) = 60.77%

 GREEN value IS 129 (50.78% from 255) = 33.08%

 BLUE value IS 24 (9.77% from 255) = 6.15%

R = 60.77%
G = 33.08%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#ED8118 (or 0xED8118) is known color: Carrot Orange. HEX triplet: ED, 81 and 18. RGB value is (237,129,24). Sum of RGB (Red+Green+Blue) = 237+129+24=390 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.77% from 390); Green value is 129 (50.78% from 255 or 33.08% from 390); Blue value is 24 (9.77% from 255 or 6.15% from 390); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8118 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8118 is #127EE7. Grayscale: #959595. Windows color (decimal): -1212136 or 1606125. OLE color: 1606125.

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

Color convert

RGB 237 129 24 -
CMYK 0 0.46 0.90 0.07
HSL 29.58º 0.86% 0.51% -
HSV(B) 29.58º 0.9% 0.93% -
XYZ 42.94 33.77 5.12 -
YUV 149.32 57.28 190.54 -
System Red Green Blue C M Y K H S L
Decimal 237 129 24 0 0.46 0.90 0.07 29.58 0.86 0.51
Hex ED 81 18 0 2E 5A 7 1E 56 33
Octal 355 201 30 0 56 132 7 36 126 63
Binary 11101101 10000001 11000 0 101110 1011010 111 11110 1010110 110011

Color Harmonies of #ED8118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8118

Black with #ED8118

Text Example


Text Example

White with #ED8118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8118; }

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

 H1.HeaderClassName
 {
   color: #ED8118;
 }
 .AnyTagClassName
 {
   color: #ED8118;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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