Html Css Color HEX #ED8716 Carrot Orange

📋 copy color: '#ED8716'

red 237 ◦ green 135 ◦ blue 22

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

Shades of Carrot Orange #ED8716

Tints of Carrot Orange #ED8716

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.26%

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

R = 60.15%
G = 34.26%
B = 5.58%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#ED8716 (or 0xED8716) is known color: Carrot Orange. HEX triplet: ED, 87 and 16. RGB value is (237,135,22). Sum of RGB (Red+Green+Blue) = 237+135+22=394 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60.15% from 394); Green value is 135 (53.12% from 255 or 34.26% from 394); Blue value is 22 (8.98% from 255 or 5.58% from 394); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8716 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8716 is #1278E9. Grayscale: #999999. Windows color (decimal): -1210602 or 1476589. OLE color: 1476589.

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

Color convert

RGB 237 135 22 -
CMYK 0 0.43 0.91 0.07
HSL 31.53º 0.86% 0.51% -
HSV(B) 31.53º 0.91% 0.93% -
XYZ 43.73 35.39 5.29 -
YUV 152.62 54.29 188.19 -
System Red Green Blue C M Y K H S L
Decimal 237 135 22 0 0.43 0.91 0.07 31.53 0.86 0.51
Hex ED 87 16 0 2B 5B 7 20 56 33
Octal 355 207 26 0 53 133 7 40 126 63
Binary 11101101 10000111 10110 0 101011 1011011 111 100000 1010110 110011

Color Harmonies of #ED8716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8716

Black with #ED8716

Text Example


Text Example

White with #ED8716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8716; }

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

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

background-color css

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

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

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

border-color css

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

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

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