Html Css Color HEX #ED7412 Pumpkin

📋 copy color: '#ED7412'

red 237 ◦ green 116 ◦ blue 18

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

Shades of Pumpkin #ED7412

Tints of Pumpkin #ED7412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.85%

R = 63.88%
G = 31.27%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#ED7412 (or 0xED7412) is known color: Pumpkin. HEX triplet: ED, 74 and 12. RGB value is (237,116,18). Sum of RGB (Red+Green+Blue) = 237+116+18=371 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.88% from 371); Green value is 116 (45.70% from 255 or 31.27% from 371); Blue value is 18 (7.42% from 255 or 4.85% from 371); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7412 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED7412 is #128BED. Grayscale: #8D8D8D. Windows color (decimal): -1215470 or 1209581. OLE color: 1209581.

HSL color Cylindrical-coordinate representation of color #ED7412: hue angle of 26.85º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ED7412 is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 116 18 -
CMYK 0 0.51 0.92 0.07
HSL 26.85º 0.86% 0.5% -
HSV(B) 26.85º 0.92% 0.93% -
XYZ 41.28 30.54 4.29 -
YUV 141.01 58.59 196.47 -
System Red Green Blue C M Y K H S L
Decimal 237 116 18 0 0.51 0.92 0.07 26.85 0.86 0.5
Hex ED 74 12 0 33 5C 7 1B 56 32
Octal 355 164 22 0 63 134 7 33 126 62
Binary 11101101 1110100 10010 0 110011 1011100 111 11011 1010110 110010

Color Harmonies of #ED7412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7412

Black with #ED7412

Text Example


Text Example

White with #ED7412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7412; }

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

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

background-color css

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

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

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

border-color css

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

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

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