Html Css Color HEX #ED8D16 Carrot Orange

📋 copy color: '#ED8D16'

red 237 ◦ green 141 ◦ blue 22

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

Shades of Carrot Orange #ED8D16

Tints of Carrot Orange #ED8D16

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.25%

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

R = 59.25%
G = 35.25%
B = 5.5%

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

#ED8D16 (or 0xED8D16) is known color: Carrot Orange. HEX triplet: ED, 8D and 16. RGB value is (237,141,22). Sum of RGB (Red+Green+Blue) = 237+141+22=400 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.25% from 400); Green value is 141 (55.47% from 255 or 35.25% from 400); Blue value is 22 (8.98% from 255 or 5.5% from 400); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8D16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8D16 is #1272E9. Grayscale: #9C9C9C. Windows color (decimal): -1209066 or 1478125. OLE color: 1478125.

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

Color convert

RGB 237 141 22 -
CMYK 0 0.41 0.91 0.07
HSL 33.21º 0.86% 0.51% -
HSV(B) 33.21º 0.91% 0.93% -
XYZ 44.59 37.11 5.57 -
YUV 156.14 52.3 185.68 -
System Red Green Blue C M Y K H S L
Decimal 237 141 22 0 0.41 0.91 0.07 33.21 0.86 0.51
Hex ED 8D 16 0 29 5B 7 21 56 33
Octal 355 215 26 0 51 133 7 41 126 63
Binary 11101101 10001101 10110 0 101001 1011011 111 100001 1010110 110011

Color Harmonies of #ED8D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8D16

Black with #ED8D16

Text Example


Text Example

White with #ED8D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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