Html Css Color HEX #ED7316 Pumpkin

📋 copy color: '#ED7316'

red 237 ◦ green 115 ◦ blue 22

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

Shades of Pumpkin #ED7316

Tints of Pumpkin #ED7316

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.75%

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

R = 63.37%
G = 30.75%
B = 5.88%

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

#ED7316 (or 0xED7316) is known color: Pumpkin. HEX triplet: ED, 73 and 16. RGB value is (237,115,22). Sum of RGB (Red+Green+Blue) = 237+115+22=374 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.37% from 374); Green value is 115 (45.31% from 255 or 30.75% from 374); Blue value is 22 (8.98% from 255 or 5.88% from 374); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7316 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED7316 is #128CE9. Grayscale: #8D8D8D. Windows color (decimal): -1215722 or 1471469. OLE color: 1471469.

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

Color convert

RGB 237 115 22 -
CMYK 0 0.51 0.91 0.07
HSL 25.95º 0.86% 0.51% -
HSV(B) 25.95º 0.91% 0.93% -
XYZ 41.2 30.32 4.44 -
YUV 140.88 60.92 196.56 -
System Red Green Blue C M Y K H S L
Decimal 237 115 22 0 0.51 0.91 0.07 25.95 0.86 0.51
Hex ED 73 16 0 33 5B 7 1A 56 33
Octal 355 163 26 0 63 133 7 32 126 63
Binary 11101101 1110011 10110 0 110011 1011011 111 11010 1010110 110011

Color Harmonies of #ED7316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7316

Black with #ED7316

Text Example


Text Example

White with #ED7316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7316; }

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

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

background-color css

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

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

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

border-color css

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

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

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