Html Css Color HEX #ED6919 Pumpkin

📋 copy color: '#ED6919'

red 237 ◦ green 105 ◦ blue 25

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

Shades of Pumpkin #ED6919

Tints of Pumpkin #ED6919

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.61%

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

R = 64.58%
G = 28.61%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ED6919 (or 0xED6919) is known color: Pumpkin. HEX triplet: ED, 69 and 19. RGB value is (237,105,25). Sum of RGB (Red+Green+Blue) = 237+105+25=367 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.58% from 367); Green value is 105 (41.41% from 255 or 28.61% from 367); Blue value is 25 (10.16% from 255 or 6.81% from 367); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6919 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED6919 is #1296E6. Grayscale: #878787. Windows color (decimal): -1218279 or 1665517. OLE color: 1665517.

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

Color convert

RGB 237 105 25 -
CMYK 0 0.56 0.89 0.07
HSL 22.64º 0.85% 0.51% -
HSV(B) 22.64º 0.89% 0.93% -
XYZ 40.15 28.18 4.24 -
YUV 135.35 65.73 200.5 -
System Red Green Blue C M Y K H S L
Decimal 237 105 25 0 0.56 0.89 0.07 22.64 0.85 0.51
Hex ED 69 19 0 38 59 7 17 55 33
Octal 355 151 31 0 70 131 7 27 125 63
Binary 11101101 1101001 11001 0 111000 1011001 111 10111 1010101 110011

Color Harmonies of #ED6919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6919

Black with #ED6919

Text Example


Text Example

White with #ED6919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6919; }

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

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

background-color css

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

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

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

border-color css

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

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

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