Html Css Color HEX #ED7318 Pumpkin

📋 copy color: '#ED7318'

red 237 ◦ green 115 ◦ blue 24

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

Shades of Pumpkin #ED7318

Tints of Pumpkin #ED7318

RGB

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

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

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

R = 63.03%
G = 30.59%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#ED7318 (or 0xED7318) is known color: Pumpkin. HEX triplet: ED, 73 and 18. RGB value is (237,115,24). Sum of RGB (Red+Green+Blue) = 237+115+24=376 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.03% from 376); Green value is 115 (45.31% from 255 or 30.59% from 376); Blue value is 24 (9.77% from 255 or 6.38% from 376); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7318 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED7318 is #128CE7. Grayscale: #8D8D8D. Windows color (decimal): -1215720 or 1602541. OLE color: 1602541.

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

Color convert

RGB 237 115 24 -
CMYK 0 0.51 0.90 0.07
HSL 25.63º 0.86% 0.51% -
HSV(B) 25.63º 0.9% 0.93% -
XYZ 41.22 30.33 4.55 -
YUV 141.1 61.92 196.4 -
System Red Green Blue C M Y K H S L
Decimal 237 115 24 0 0.51 0.90 0.07 25.63 0.86 0.51
Hex ED 73 18 0 33 5A 7 1A 56 33
Octal 355 163 30 0 63 132 7 32 126 63
Binary 11101101 1110011 11000 0 110011 1011010 111 11010 1010110 110011

Color Harmonies of #ED7318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7318

Black with #ED7318

Text Example


Text Example

White with #ED7318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7318; }

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

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

background-color css

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

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

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

border-color css

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

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

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