Html Css Color HEX #ED7D19 Pumpkin

📋 copy color: '#ED7D19'

red 237 ◦ green 125 ◦ blue 25

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

Shades of Pumpkin #ED7D19

Tints of Pumpkin #ED7D19

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.3%

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

R = 61.24%
G = 32.3%
B = 6.46%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ED7D19 (or 0xED7D19) is known color: Pumpkin. HEX triplet: ED, 7D and 19. RGB value is (237,125,25). Sum of RGB (Red+Green+Blue) = 237+125+25=387 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.24% from 387); Green value is 125 (49.22% from 255 or 32.30% from 387); Blue value is 25 (10.16% from 255 or 6.46% from 387); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7D19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED7D19 is #1282E6. Grayscale: #939393. Windows color (decimal): -1213159 or 1670637. OLE color: 1670637.

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

Color convert

RGB 237 125 25 -
CMYK 0 0.47 0.89 0.07
HSL 28.3º 0.85% 0.51% -
HSV(B) 28.3º 0.89% 0.93% -
XYZ 42.43 32.74 5 -
YUV 147.09 59.11 192.13 -
System Red Green Blue C M Y K H S L
Decimal 237 125 25 0 0.47 0.89 0.07 28.3 0.85 0.51
Hex ED 7D 19 0 2F 59 7 1C 55 33
Octal 355 175 31 0 57 131 7 34 125 63
Binary 11101101 1111101 11001 0 101111 1011001 111 11100 1010101 110011

Color Harmonies of #ED7D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7D19

Black with #ED7D19

Text Example


Text Example

White with #ED7D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7D19; }

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

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

background-color css

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

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

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

border-color css

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

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

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