Html Css Color HEX #ED7819 Pumpkin

📋 copy color: '#ED7819'

red 237 ◦ green 120 ◦ blue 25

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

Shades of Pumpkin #ED7819

Tints of Pumpkin #ED7819

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.41%

 BLUE value IS 25 (10.16% from 255) = 6.54%

R = 62.04%
G = 31.41%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ED7819 (or 0xED7819) is known color: Pumpkin. HEX triplet: ED, 78 and 19. RGB value is (237,120,25). Sum of RGB (Red+Green+Blue) = 237+120+25=382 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.04% from 382); Green value is 120 (47.27% from 255 or 31.41% from 382); Blue value is 25 (10.16% from 255 or 6.54% from 382); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7819 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED7819 is #1287E6. Grayscale: #909090. Windows color (decimal): -1214439 or 1669357. OLE color: 1669357.

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

Color convert

RGB 237 120 25 -
CMYK 0 0.49 0.89 0.07
HSL 26.89º 0.85% 0.51% -
HSV(B) 26.89º 0.89% 0.93% -
XYZ 41.82 31.51 4.8 -
YUV 144.15 60.76 194.22 -
System Red Green Blue C M Y K H S L
Decimal 237 120 25 0 0.49 0.89 0.07 26.89 0.85 0.51
Hex ED 78 19 0 31 59 7 1B 55 33
Octal 355 170 31 0 61 131 7 33 125 63
Binary 11101101 1111000 11001 0 110001 1011001 111 11011 1010101 110011

Color Harmonies of #ED7819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7819

Black with #ED7819

Text Example


Text Example

White with #ED7819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7819; }

 p { color: rgb(237,120,25); }

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

background-color css

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

 a { background-color: rgb(237,120,25); }

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

border-color css

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

 span { border-color: rgb(237,120,25); }

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