Html Css Color HEX #ED721D Pumpkin

📋 copy color: '#ED721D'

red 237 ◦ green 114 ◦ blue 29

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

Shades of Pumpkin #ED721D

Tints of Pumpkin #ED721D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.63%

R = 62.37%
G = 30%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#ED721D (or 0xED721D) is known color: Pumpkin. HEX triplet: ED, 72 and 1D. RGB value is (237,114,29). Sum of RGB (Red+Green+Blue) = 237+114+29=380 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.37% from 380); Green value is 114 (44.92% from 255 or 30% from 380); Blue value is 29 (11.72% from 255 or 7.63% from 380); Max value from RGB is 237 - color contains mainly: red. Hex color #ED721D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED721D is #128DE2. Grayscale: #8D8D8D. Windows color (decimal): -1215971 or 1929965. OLE color: 1929965.

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

Color convert

RGB 237 114 29 -
CMYK 0 0.52 0.88 0.07
HSL 24.52º 0.85% 0.52% -
HSV(B) 24.52º 0.88% 0.93% -
XYZ 41.16 30.13 4.81 -
YUV 141.09 64.75 196.41 -
System Red Green Blue C M Y K H S L
Decimal 237 114 29 0 0.52 0.88 0.07 24.52 0.85 0.52
Hex ED 72 1D 0 34 58 7 19 55 34
Octal 355 162 35 0 64 130 7 31 125 64
Binary 11101101 1110010 11101 0 110100 1011000 111 11001 1010101 110100

Color Harmonies of #ED721D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED721D

Black with #ED721D

Text Example


Text Example

White with #ED721D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED721D; }

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

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

background-color css

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

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

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

border-color css

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

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

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