Html Css Color HEX #ED6519 Pumpkin

📋 copy color: '#ED6519'

red 237 ◦ green 101 ◦ blue 25

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

Shades of Pumpkin #ED6519

Tints of Pumpkin #ED6519

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.82%

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

R = 65.29%
G = 27.82%
B = 6.89%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ED6519 (or 0xED6519) is known color: Pumpkin. HEX triplet: ED, 65 and 19. RGB value is (237,101,25). Sum of RGB (Red+Green+Blue) = 237+101+25=363 (48% of max value = 765). Red value is 237 (92.97% from 255 or 65.29% from 363); Green value is 101 (39.84% from 255 or 27.82% from 363); Blue value is 25 (10.16% from 255 or 6.89% from 363); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6519 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED6519 is #129AE6. Grayscale: #858585. Windows color (decimal): -1219303 or 1664493. OLE color: 1664493.

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

Color convert

RGB 237 101 25 -
CMYK 0 0.57 0.89 0.07
HSL 21.51º 0.85% 0.51% -
HSV(B) 21.51º 0.89% 0.93% -
XYZ 39.75 27.38 4.11 -
YUV 133 67.06 202.18 -
System Red Green Blue C M Y K H S L
Decimal 237 101 25 0 0.57 0.89 0.07 21.51 0.85 0.51
Hex ED 65 19 0 39 59 7 16 55 33
Octal 355 145 31 0 71 131 7 26 125 63
Binary 11101101 1100101 11001 0 111001 1011001 111 10110 1010101 110011

Color Harmonies of #ED6519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6519

Black with #ED6519

Text Example


Text Example

White with #ED6519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6519; }

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

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

background-color css

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

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

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

border-color css

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

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

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