Html Css Color HEX #ED721A Pumpkin

📋 copy color: '#ED721A'

red 237 ◦ green 114 ◦ blue 26

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

Shades of Pumpkin #ED721A

Tints of Pumpkin #ED721A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.24%

 BLUE value IS 26 (10.55% from 255) = 6.9%

R = 62.86%
G = 30.24%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ED721A (or 0xED721A) is known color: Pumpkin. HEX triplet: ED, 72 and 1A. RGB value is (237,114,26). Sum of RGB (Red+Green+Blue) = 237+114+26=377 (49% of max value = 765). Red value is 237 (92.97% from 255 or 62.86% from 377); Green value is 114 (44.92% from 255 or 30.24% from 377); Blue value is 26 (10.55% from 255 or 6.90% from 377); Max value from RGB is 237 - color contains mainly: red. Hex color #ED721A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED721A is #128DE5. Grayscale: #8D8D8D. Windows color (decimal): -1215974 or 1733357. OLE color: 1733357.

HSL color Cylindrical-coordinate representation of color #ED721A: hue angle of 25.02º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ED721A is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 114 26 -
CMYK 0 0.52 0.89 0.07
HSL 25.02º 0.85% 0.52% -
HSV(B) 25.02º 0.89% 0.93% -
XYZ 41.13 30.11 4.62 -
YUV 140.75 63.25 196.66 -
System Red Green Blue C M Y K H S L
Decimal 237 114 26 0 0.52 0.89 0.07 25.02 0.85 0.52
Hex ED 72 1A 0 34 59 7 19 55 34
Octal 355 162 32 0 64 131 7 31 125 64
Binary 11101101 1110010 11010 0 110100 1011001 111 11001 1010101 110100

Color Harmonies of #ED721A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED721A

Black with #ED721A

Text Example


Text Example

White with #ED721A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED721A; }

 p { color: rgb(237,114,26); }

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

background-color css

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

 a { background-color: rgb(237,114,26); }

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

border-color css

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

 span { border-color: rgb(237,114,26); }

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