Html Css Color HEX #ED8C16 Carrot Orange

📋 copy color: '#ED8C16'

red 237 ◦ green 140 ◦ blue 22

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

Shades of Carrot Orange #ED8C16

Tints of Carrot Orange #ED8C16

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.09%

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

R = 59.4%
G = 35.09%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#ED8C16 (or 0xED8C16) is known color: Carrot Orange. HEX triplet: ED, 8C and 16. RGB value is (237,140,22). Sum of RGB (Red+Green+Blue) = 237+140+22=399 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.40% from 399); Green value is 140 (55.08% from 255 or 35.09% from 399); Blue value is 22 (8.98% from 255 or 5.51% from 399); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8C16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8C16 is #1273E9. Grayscale: #9C9C9C. Windows color (decimal): -1209322 or 1477869. OLE color: 1477869.

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

Color convert

RGB 237 140 22 -
CMYK 0 0.41 0.91 0.07
HSL 32.93º 0.86% 0.51% -
HSV(B) 32.93º 0.91% 0.93% -
XYZ 44.45 36.82 5.52 -
YUV 155.55 52.64 186.09 -
System Red Green Blue C M Y K H S L
Decimal 237 140 22 0 0.41 0.91 0.07 32.93 0.86 0.51
Hex ED 8C 16 0 29 5B 7 21 56 33
Octal 355 214 26 0 51 133 7 41 126 63
Binary 11101101 10001100 10110 0 101001 1011011 111 100001 1010110 110011

Color Harmonies of #ED8C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8C16

Black with #ED8C16

Text Example


Text Example

White with #ED8C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8C16; }

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

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

background-color css

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

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

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

border-color css

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

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

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