Html Css Color HEX #ED9119 Carrot Orange

📋 copy color: '#ED9119'

red 237 ◦ green 145 ◦ blue 25

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

Shades of Carrot Orange #ED9119

Tints of Carrot Orange #ED9119

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.63%

 BLUE value IS 25 (10.16% from 255) = 6.14%

R = 58.23%
G = 35.63%
B = 6.14%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ED9119 (or 0xED9119) is known color: Carrot Orange. HEX triplet: ED, 91 and 19. RGB value is (237,145,25). Sum of RGB (Red+Green+Blue) = 237+145+25=407 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.23% from 407); Green value is 145 (57.03% from 255 or 35.63% from 407); Blue value is 25 (10.16% from 255 or 6.14% from 407); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9119 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED9119 is #126EE6. Grayscale: #9F9F9F. Windows color (decimal): -1208039 or 1675757. OLE color: 1675757.

HSL color Cylindrical-coordinate representation of color #ED9119: hue angle of 33.96º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ED9119 is Cyan = 0, Magento = 0.39, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 145 25 -
CMYK 0 0.39 0.89 0.07
HSL 33.96º 0.85% 0.51% -
HSV(B) 33.96º 0.89% 0.93% -
XYZ 45.23 38.33 5.93 -
YUV 158.83 52.48 183.76 -
System Red Green Blue C M Y K H S L
Decimal 237 145 25 0 0.39 0.89 0.07 33.96 0.85 0.51
Hex ED 91 19 0 27 59 7 22 55 33
Octal 355 221 31 0 47 131 7 42 125 63
Binary 11101101 10010001 11001 0 100111 1011001 111 100010 1010101 110011

Color Harmonies of #ED9119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9119

Black with #ED9119

Text Example


Text Example

White with #ED9119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9119; }

 p { color: rgb(237,145,25); }

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

background-color css

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

 a { background-color: rgb(237,145,25); }

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

border-color css

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

 span { border-color: rgb(237,145,25); }

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