Html Css Color HEX #ED7716 Pumpkin

📋 copy color: '#ED7716'

red 237 ◦ green 119 ◦ blue 22

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

Shades of Pumpkin #ED7716

Tints of Pumpkin #ED7716

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.48%

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

R = 62.7%
G = 31.48%
B = 5.82%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#ED7716 (or 0xED7716) is known color: Pumpkin. HEX triplet: ED, 77 and 16. RGB value is (237,119,22). Sum of RGB (Red+Green+Blue) = 237+119+22=378 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.70% from 378); Green value is 119 (46.88% from 255 or 31.48% from 378); Blue value is 22 (8.98% from 255 or 5.82% from 378); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7716 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED7716 is #1288E9. Grayscale: #8F8F8F. Windows color (decimal): -1214698 or 1472493. OLE color: 1472493.

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

Color convert

RGB 237 119 22 -
CMYK 0 0.50 0.91 0.07
HSL 27.07º 0.86% 0.51% -
HSV(B) 27.07º 0.91% 0.93% -
XYZ 41.67 31.26 4.6 -
YUV 143.22 59.59 194.89 -
System Red Green Blue C M Y K H S L
Decimal 237 119 22 0 0.50 0.91 0.07 27.07 0.86 0.51
Hex ED 77 16 0 32 5B 7 1B 56 33
Octal 355 167 26 0 62 133 7 33 126 63
Binary 11101101 1110111 10110 0 110010 1011011 111 11011 1010110 110011

Color Harmonies of #ED7716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7716

Black with #ED7716

Text Example


Text Example

White with #ED7716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7716; }

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

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

background-color css

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

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

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

border-color css

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

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

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