Html Css Color HEX #ED6A16 Pumpkin

📋 copy color: '#ED6A16'

red 237 ◦ green 106 ◦ blue 22

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

Shades of Pumpkin #ED6A16

Tints of Pumpkin #ED6A16

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.04%

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

R = 64.93%
G = 29.04%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#ED6A16 (or 0xED6A16) is known color: Pumpkin. HEX triplet: ED, 6A and 16. RGB value is (237,106,22). Sum of RGB (Red+Green+Blue) = 237+106+22=365 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.93% from 365); Green value is 106 (41.80% from 255 or 29.04% from 365); Blue value is 22 (8.98% from 255 or 6.03% from 365); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6A16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED6A16 is #1295E9. Grayscale: #888888. Windows color (decimal): -1218026 or 1469165. OLE color: 1469165.

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

Color convert

RGB 237 106 22 -
CMYK 0 0.55 0.91 0.07
HSL 23.44º 0.86% 0.51% -
HSV(B) 23.44º 0.91% 0.93% -
XYZ 40.22 28.37 4.12 -
YUV 135.59 63.9 200.33 -
System Red Green Blue C M Y K H S L
Decimal 237 106 22 0 0.55 0.91 0.07 23.44 0.86 0.51
Hex ED 6A 16 0 37 5B 7 17 56 33
Octal 355 152 26 0 67 133 7 27 126 63
Binary 11101101 1101010 10110 0 110111 1011011 111 10111 1010110 110011

Color Harmonies of #ED6A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6A16

Black with #ED6A16

Text Example


Text Example

White with #ED6A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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