Html Css Color HEX #ED8F16 Carrot Orange

📋 copy color: '#ED8F16'

red 237 ◦ green 143 ◦ blue 22

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

Shades of Carrot Orange #ED8F16

Tints of Carrot Orange #ED8F16

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.57%

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

R = 58.96%
G = 35.57%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#ED8F16 (or 0xED8F16) is known color: Carrot Orange. HEX triplet: ED, 8F and 16. RGB value is (237,143,22). Sum of RGB (Red+Green+Blue) = 237+143+22=402 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.96% from 402); Green value is 143 (56.25% from 255 or 35.57% from 402); Blue value is 22 (8.98% from 255 or 5.47% from 402); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8F16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8F16 is #1270E9. Grayscale: #9D9D9D. Windows color (decimal): -1208554 or 1478637. OLE color: 1478637.

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

Color convert

RGB 237 143 22 -
CMYK 0 0.40 0.91 0.07
HSL 33.77º 0.86% 0.51% -
HSV(B) 33.77º 0.91% 0.93% -
XYZ 44.89 37.71 5.67 -
YUV 157.31 51.64 184.84 -
System Red Green Blue C M Y K H S L
Decimal 237 143 22 0 0.40 0.91 0.07 33.77 0.86 0.51
Hex ED 8F 16 0 28 5B 7 22 56 33
Octal 355 217 26 0 50 133 7 42 126 63
Binary 11101101 10001111 10110 0 101000 1011011 111 100010 1010110 110011

Color Harmonies of #ED8F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8F16

Black with #ED8F16

Text Example


Text Example

White with #ED8F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8F16; }

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

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

background-color css

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

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

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

border-color css

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

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

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