Html Css Color HEX #ED9116 Carrot Orange

📋 copy color: '#ED9116'

red 237 ◦ green 145 ◦ blue 22

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

Shades of Carrot Orange #ED9116

Tints of Carrot Orange #ED9116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.45%

R = 58.66%
G = 35.89%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#ED9116 (or 0xED9116) is known color: Carrot Orange. HEX triplet: ED, 91 and 16. RGB value is (237,145,22). Sum of RGB (Red+Green+Blue) = 237+145+22=404 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.66% from 404); Green value is 145 (57.03% from 255 or 35.89% from 404); Blue value is 22 (8.98% from 255 or 5.45% from 404); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9116 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED9116 is #126EE9. Grayscale: #9F9F9F. Windows color (decimal): -1208042 or 1479149. OLE color: 1479149.

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

Color convert

RGB 237 145 22 -
CMYK 0 0.39 0.91 0.07
HSL 34.33º 0.86% 0.51% -
HSV(B) 34.33º 0.91% 0.93% -
XYZ 45.2 38.31 5.77 -
YUV 158.49 50.98 184 -
System Red Green Blue C M Y K H S L
Decimal 237 145 22 0 0.39 0.91 0.07 34.33 0.86 0.51
Hex ED 91 16 0 27 5B 7 22 56 33
Octal 355 221 26 0 47 133 7 42 126 63
Binary 11101101 10010001 10110 0 100111 1011011 111 100010 1010110 110011

Color Harmonies of #ED9116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9116

Black with #ED9116

Text Example


Text Example

White with #ED9116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9116; }

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

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

background-color css

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

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

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

border-color css

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

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

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