Html Css Color HEX #ED7218 Pumpkin

📋 copy color: '#ED7218'

red 237 ◦ green 114 ◦ blue 24

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

Shades of Pumpkin #ED7218

Tints of Pumpkin #ED7218

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.4%

 BLUE value IS 24 (9.77% from 255) = 6.4%

R = 63.2%
G = 30.4%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#ED7218 (or 0xED7218) is known color: Pumpkin. HEX triplet: ED, 72 and 18. RGB value is (237,114,24). Sum of RGB (Red+Green+Blue) = 237+114+24=375 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.2% from 375); Green value is 114 (44.92% from 255 or 30.4% from 375); Blue value is 24 (9.77% from 255 or 6.4% from 375); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7218 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED7218 is #128DE7. Grayscale: #8C8C8C. Windows color (decimal): -1215976 or 1602285. OLE color: 1602285.

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

Color convert

RGB 237 114 24 -
CMYK 0 0.52 0.90 0.07
HSL 25.35º 0.86% 0.51% -
HSV(B) 25.35º 0.9% 0.93% -
XYZ 41.11 30.11 4.51 -
YUV 140.52 62.25 196.82 -
System Red Green Blue C M Y K H S L
Decimal 237 114 24 0 0.52 0.90 0.07 25.35 0.86 0.51
Hex ED 72 18 0 34 5A 7 19 56 33
Octal 355 162 30 0 64 132 7 31 126 63
Binary 11101101 1110010 11000 0 110100 1011010 111 11001 1010110 110011

Color Harmonies of #ED7218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7218

Black with #ED7218

Text Example


Text Example

White with #ED7218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7218; }

 p { color: rgb(237,114,24); }

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

background-color css

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

 a { background-color: rgb(237,114,24); }

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

border-color css

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

 span { border-color: rgb(237,114,24); }

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