Html Css Color HEX #ED9918 Carrot Orange

📋 copy color: '#ED9918'

red 237 ◦ green 153 ◦ blue 24

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

Shades of Carrot Orange #ED9918

Tints of Carrot Orange #ED9918

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.96%

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

R = 57.25%
G = 36.96%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#ED9918 (or 0xED9918) is known color: Carrot Orange. HEX triplet: ED, 99 and 18. RGB value is (237,153,24). Sum of RGB (Red+Green+Blue) = 237+153+24=414 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.25% from 414); Green value is 153 (60.16% from 255 or 36.96% from 414); Blue value is 24 (9.77% from 255 or 5.80% from 414); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9918 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED9918 is #1266E7. Grayscale: #A4A4A4. Windows color (decimal): -1205992 or 1612269. OLE color: 1612269.

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

Color convert

RGB 237 153 24 -
CMYK 0 0.35 0.90 0.07
HSL 36.34º 0.86% 0.51% -
HSV(B) 36.34º 0.9% 0.93% -
XYZ 46.48 40.85 6.3 -
YUV 163.41 49.33 180.49 -
System Red Green Blue C M Y K H S L
Decimal 237 153 24 0 0.35 0.90 0.07 36.34 0.86 0.51
Hex ED 99 18 0 23 5A 7 24 56 33
Octal 355 231 30 0 43 132 7 44 126 63
Binary 11101101 10011001 11000 0 100011 1011010 111 100100 1010110 110011

Color Harmonies of #ED9918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9918

Black with #ED9918

Text Example


Text Example

White with #ED9918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9918; }

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

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

background-color css

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

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

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

border-color css

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

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

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