Html Css Color HEX #ED6F19 Pumpkin

📋 copy color: '#ED6F19'

red 237 ◦ green 111 ◦ blue 25

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

Shades of Pumpkin #ED6F19

Tints of Pumpkin #ED6F19

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.76%

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

R = 63.54%
G = 29.76%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ED6F19 (or 0xED6F19) is known color: Pumpkin. HEX triplet: ED, 6F and 19. RGB value is (237,111,25). Sum of RGB (Red+Green+Blue) = 237+111+25=373 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.54% from 373); Green value is 111 (43.75% from 255 or 29.76% from 373); Blue value is 25 (10.16% from 255 or 6.70% from 373); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6F19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED6F19 is #1290E6. Grayscale: #8B8B8B. Windows color (decimal): -1216743 or 1667053. OLE color: 1667053.

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

Color convert

RGB 237 111 25 -
CMYK 0 0.53 0.89 0.07
HSL 24.34º 0.85% 0.51% -
HSV(B) 24.34º 0.89% 0.93% -
XYZ 40.78 29.44 4.45 -
YUV 138.87 63.74 197.99 -
System Red Green Blue C M Y K H S L
Decimal 237 111 25 0 0.53 0.89 0.07 24.34 0.85 0.51
Hex ED 6F 19 0 35 59 7 18 55 33
Octal 355 157 31 0 65 131 7 30 125 63
Binary 11101101 1101111 11001 0 110101 1011001 111 11000 1010101 110011

Color Harmonies of #ED6F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6F19

Black with #ED6F19

Text Example


Text Example

White with #ED6F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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