Html Css Color HEX #ED7A19 Pumpkin

📋 copy color: '#ED7A19'

red 237 ◦ green 122 ◦ blue 25

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

Shades of Pumpkin #ED7A19

Tints of Pumpkin #ED7A19

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.77%

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

R = 61.72%
G = 31.77%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ED7A19 (or 0xED7A19) is known color: Pumpkin. HEX triplet: ED, 7A and 19. RGB value is (237,122,25). Sum of RGB (Red+Green+Blue) = 237+122+25=384 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.72% from 384); Green value is 122 (48.05% from 255 or 31.77% from 384); Blue value is 25 (10.16% from 255 or 6.51% from 384); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7A19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED7A19 is #1285E6. Grayscale: #919191. Windows color (decimal): -1213927 or 1669869. OLE color: 1669869.

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

Color convert

RGB 237 122 25 -
CMYK 0 0.49 0.89 0.07
HSL 27.45º 0.85% 0.51% -
HSV(B) 27.45º 0.89% 0.93% -
XYZ 42.06 31.99 4.88 -
YUV 145.33 60.1 193.39 -
System Red Green Blue C M Y K H S L
Decimal 237 122 25 0 0.49 0.89 0.07 27.45 0.85 0.51
Hex ED 7A 19 0 31 59 7 1B 55 33
Octal 355 172 31 0 61 131 7 33 125 63
Binary 11101101 1111010 11001 0 110001 1011001 111 11011 1010101 110011

Color Harmonies of #ED7A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7A19

Black with #ED7A19

Text Example


Text Example

White with #ED7A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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