Html Css Color HEX #ED6A19 Pumpkin

📋 copy color: '#ED6A19'

red 237 ◦ green 106 ◦ blue 25

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

Shades of Pumpkin #ED6A19

Tints of Pumpkin #ED6A19

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.8%

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

R = 64.4%
G = 28.8%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ED6A19 (or 0xED6A19) is known color: Pumpkin. HEX triplet: ED, 6A and 19. RGB value is (237,106,25). Sum of RGB (Red+Green+Blue) = 237+106+25=368 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.40% from 368); Green value is 106 (41.80% from 255 or 28.80% from 368); Blue value is 25 (10.16% from 255 or 6.79% from 368); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6A19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED6A19 is #1295E6. Grayscale: #888888. Windows color (decimal): -1218023 or 1665773. OLE color: 1665773.

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

Color convert

RGB 237 106 25 -
CMYK 0 0.55 0.89 0.07
HSL 22.92º 0.85% 0.51% -
HSV(B) 22.92º 0.89% 0.93% -
XYZ 40.25 28.38 4.28 -
YUV 135.94 65.4 200.09 -
System Red Green Blue C M Y K H S L
Decimal 237 106 25 0 0.55 0.89 0.07 22.92 0.85 0.51
Hex ED 6A 19 0 37 59 7 17 55 33
Octal 355 152 31 0 67 131 7 27 125 63
Binary 11101101 1101010 11001 0 110111 1011001 111 10111 1010101 110011

Color Harmonies of #ED6A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6A19

Black with #ED6A19

Text Example


Text Example

White with #ED6A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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