Html Css Color HEX #ED7B19 Pumpkin

📋 copy color: '#ED7B19'

red 237 ◦ green 123 ◦ blue 25

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

Shades of Pumpkin #ED7B19

Tints of Pumpkin #ED7B19

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.95%

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

R = 61.56%
G = 31.95%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ED7B19 (or 0xED7B19) is known color: Pumpkin. HEX triplet: ED, 7B and 19. RGB value is (237,123,25). Sum of RGB (Red+Green+Blue) = 237+123+25=385 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.56% from 385); Green value is 123 (48.44% from 255 or 31.95% from 385); Blue value is 25 (10.16% from 255 or 6.49% from 385); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7B19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED7B19 is #1284E6. Grayscale: #929292. Windows color (decimal): -1213671 or 1670125. OLE color: 1670125.

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

Color convert

RGB 237 123 25 -
CMYK 0 0.48 0.89 0.07
HSL 27.74º 0.85% 0.51% -
HSV(B) 27.74º 0.89% 0.93% -
XYZ 42.18 32.24 4.92 -
YUV 145.91 59.77 192.97 -
System Red Green Blue C M Y K H S L
Decimal 237 123 25 0 0.48 0.89 0.07 27.74 0.85 0.51
Hex ED 7B 19 0 30 59 7 1C 55 33
Octal 355 173 31 0 60 131 7 34 125 63
Binary 11101101 1111011 11001 0 110000 1011001 111 11100 1010101 110011

Color Harmonies of #ED7B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7B19

Black with #ED7B19

Text Example


Text Example

White with #ED7B19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7B19; }

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

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

background-color css

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

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

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

border-color css

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

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

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