Html Css Color HEX #ED6719 Pumpkin

📋 copy color: '#ED6719'

red 237 ◦ green 103 ◦ blue 25

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

Shades of Pumpkin #ED6719

Tints of Pumpkin #ED6719

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.22%

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

R = 64.93%
G = 28.22%
B = 6.85%

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

#ED6719 (or 0xED6719) is known color: Pumpkin. HEX triplet: ED, 67 and 19. RGB value is (237,103,25). Sum of RGB (Red+Green+Blue) = 237+103+25=365 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.93% from 365); Green value is 103 (40.62% from 255 or 28.22% from 365); Blue value is 25 (10.16% from 255 or 6.85% from 365); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6719 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED6719 is #1298E6. Grayscale: #868686. Windows color (decimal): -1218791 or 1665005. OLE color: 1665005.

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

Color convert

RGB 237 103 25 -
CMYK 0 0.57 0.89 0.07
HSL 22.08º 0.85% 0.51% -
HSV(B) 22.08º 0.89% 0.93% -
XYZ 39.95 27.78 4.18 -
YUV 134.17 66.39 201.34 -
System Red Green Blue C M Y K H S L
Decimal 237 103 25 0 0.57 0.89 0.07 22.08 0.85 0.51
Hex ED 67 19 0 39 59 7 16 55 33
Octal 355 147 31 0 71 131 7 26 125 63
Binary 11101101 1100111 11001 0 111001 1011001 111 10110 1010101 110011

Color Harmonies of #ED6719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6719

Black with #ED6719

Text Example


Text Example

White with #ED6719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6719; }

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

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

background-color css

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

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

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

border-color css

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

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

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