Html Css Color HEX #ED7A16 Pumpkin

📋 copy color: '#ED7A16'

red 237 ◦ green 122 ◦ blue 22

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

Shades of Pumpkin #ED7A16

Tints of Pumpkin #ED7A16

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.02%

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

R = 62.2%
G = 32.02%
B = 5.77%

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

#ED7A16 (or 0xED7A16) is known color: Pumpkin. HEX triplet: ED, 7A and 16. RGB value is (237,122,22). Sum of RGB (Red+Green+Blue) = 237+122+22=381 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.20% from 381); Green value is 122 (48.05% from 255 or 32.02% from 381); Blue value is 22 (8.98% from 255 or 5.77% from 381); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7A16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED7A16 is #1285E9. Grayscale: #919191. Windows color (decimal): -1213930 or 1473261. OLE color: 1473261.

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

Color convert

RGB 237 122 22 -
CMYK 0 0.49 0.91 0.07
HSL 27.91º 0.86% 0.51% -
HSV(B) 27.91º 0.91% 0.93% -
XYZ 42.03 31.98 4.72 -
YUV 144.99 58.6 193.63 -
System Red Green Blue C M Y K H S L
Decimal 237 122 22 0 0.49 0.91 0.07 27.91 0.86 0.51
Hex ED 7A 16 0 31 5B 7 1C 56 33
Octal 355 172 26 0 61 133 7 34 126 63
Binary 11101101 1111010 10110 0 110001 1011011 111 11100 1010110 110011

Color Harmonies of #ED7A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7A16

Black with #ED7A16

Text Example


Text Example

White with #ED7A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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