Html Css Color HEX #ED9416 Carrot Orange

📋 copy color: '#ED9416'

red 237 ◦ green 148 ◦ blue 22

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

Shades of Carrot Orange #ED9416

Tints of Carrot Orange #ED9416

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.36%

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

R = 58.23%
G = 36.36%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#ED9416 (or 0xED9416) is known color: Carrot Orange. HEX triplet: ED, 94 and 16. RGB value is (237,148,22). Sum of RGB (Red+Green+Blue) = 237+148+22=407 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.23% from 407); Green value is 148 (58.20% from 255 or 36.36% from 407); Blue value is 22 (8.98% from 255 or 5.41% from 407); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9416 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED9416 is #126BE9. Grayscale: #A0A0A0. Windows color (decimal): -1207274 or 1479917. OLE color: 1479917.

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

Color convert

RGB 237 148 22 -
CMYK 0 0.38 0.91 0.07
HSL 35.16º 0.86% 0.51% -
HSV(B) 35.16º 0.91% 0.93% -
XYZ 45.66 39.24 5.93 -
YUV 160.25 49.99 182.75 -
System Red Green Blue C M Y K H S L
Decimal 237 148 22 0 0.38 0.91 0.07 35.16 0.86 0.51
Hex ED 94 16 0 26 5B 7 23 56 33
Octal 355 224 26 0 46 133 7 43 126 63
Binary 11101101 10010100 10110 0 100110 1011011 111 100011 1010110 110011

Color Harmonies of #ED9416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9416

Black with #ED9416

Text Example


Text Example

White with #ED9416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9416; }

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

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

background-color css

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

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

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

border-color css

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

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

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