Html Css Color HEX #ED7816 Pumpkin

📋 copy color: '#ED7816'

red 237 ◦ green 120 ◦ blue 22

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

Shades of Pumpkin #ED7816

Tints of Pumpkin #ED7816

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.66%

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

R = 62.53%
G = 31.66%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#ED7816 (or 0xED7816) is known color: Pumpkin. HEX triplet: ED, 78 and 16. RGB value is (237,120,22). Sum of RGB (Red+Green+Blue) = 237+120+22=379 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.53% from 379); Green value is 120 (47.27% from 255 or 31.66% from 379); Blue value is 22 (8.98% from 255 or 5.80% from 379); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7816 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED7816 is #1287E9. Grayscale: #909090. Windows color (decimal): -1214442 or 1472749. OLE color: 1472749.

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

Color convert

RGB 237 120 22 -
CMYK 0 0.49 0.91 0.07
HSL 27.35º 0.86% 0.51% -
HSV(B) 27.35º 0.91% 0.93% -
XYZ 41.79 31.5 4.64 -
YUV 143.81 59.26 194.47 -
System Red Green Blue C M Y K H S L
Decimal 237 120 22 0 0.49 0.91 0.07 27.35 0.86 0.51
Hex ED 78 16 0 31 5B 7 1B 56 33
Octal 355 170 26 0 61 133 7 33 126 63
Binary 11101101 1111000 10110 0 110001 1011011 111 11011 1010110 110011

Color Harmonies of #ED7816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7816

Black with #ED7816

Text Example


Text Example

White with #ED7816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7816; }

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

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

background-color css

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

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

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

border-color css

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

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

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