Html Css Color HEX #ED7416 Pumpkin

📋 copy color: '#ED7416'

red 237 ◦ green 116 ◦ blue 22

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

Shades of Pumpkin #ED7416

Tints of Pumpkin #ED7416

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.93%

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

R = 63.2%
G = 30.93%
B = 5.87%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#ED7416 (or 0xED7416) is known color: Pumpkin. HEX triplet: ED, 74 and 16. RGB value is (237,116,22). Sum of RGB (Red+Green+Blue) = 237+116+22=375 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.2% from 375); Green value is 116 (45.70% from 255 or 30.93% from 375); Blue value is 22 (8.98% from 255 or 5.87% from 375); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7416 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED7416 is #128BE9. Grayscale: #8D8D8D. Windows color (decimal): -1215466 or 1471725. OLE color: 1471725.

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

Color convert

RGB 237 116 22 -
CMYK 0 0.51 0.91 0.07
HSL 26.23º 0.86% 0.51% -
HSV(B) 26.23º 0.91% 0.93% -
XYZ 41.32 30.55 4.48 -
YUV 141.46 60.59 196.14 -
System Red Green Blue C M Y K H S L
Decimal 237 116 22 0 0.51 0.91 0.07 26.23 0.86 0.51
Hex ED 74 16 0 33 5B 7 1A 56 33
Octal 355 164 26 0 63 133 7 32 126 63
Binary 11101101 1110100 10110 0 110011 1011011 111 11010 1010110 110011

Color Harmonies of #ED7416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7416

Black with #ED7416

Text Example


Text Example

White with #ED7416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7416; }

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

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

background-color css

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

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

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

border-color css

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

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

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