Html Css Color HEX #ED7016 Pumpkin

📋 copy color: '#ED7016'

red 237 ◦ green 112 ◦ blue 22

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

Shades of Pumpkin #ED7016

Tints of Pumpkin #ED7016

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.19%

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

R = 63.88%
G = 30.19%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#ED7016 (or 0xED7016) is known color: Pumpkin. HEX triplet: ED, 70 and 16. RGB value is (237,112,22). Sum of RGB (Red+Green+Blue) = 237+112+22=371 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.88% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 22 (8.98% from 255 or 5.93% from 371); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7016 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED7016 is #128FE9. Grayscale: #8B8B8B. Windows color (decimal): -1216490 or 1470701. OLE color: 1470701.

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

Color convert

RGB 237 112 22 -
CMYK 0 0.53 0.91 0.07
HSL 25.12º 0.86% 0.51% -
HSV(B) 25.12º 0.91% 0.93% -
XYZ 40.86 29.65 4.33 -
YUV 139.12 61.91 197.82 -
System Red Green Blue C M Y K H S L
Decimal 237 112 22 0 0.53 0.91 0.07 25.12 0.86 0.51
Hex ED 70 16 0 35 5B 7 19 56 33
Octal 355 160 26 0 65 133 7 31 126 63
Binary 11101101 1110000 10110 0 110101 1011011 111 11001 1010110 110011

Color Harmonies of #ED7016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7016

Black with #ED7016

Text Example


Text Example

White with #ED7016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7016; }

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

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

background-color css

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

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

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

border-color css

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

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

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