Html Css Color HEX #ED761D Pumpkin

📋 copy color: '#ED761D'

red 237 ◦ green 118 ◦ blue 29

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

Shades of Pumpkin #ED761D

Tints of Pumpkin #ED761D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.73%

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

R = 61.72%
G = 30.73%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#ED761D (or 0xED761D) is known color: Pumpkin. HEX triplet: ED, 76 and 1D. RGB value is (237,118,29). Sum of RGB (Red+Green+Blue) = 237+118+29=384 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.72% from 384); Green value is 118 (46.48% from 255 or 30.73% from 384); Blue value is 29 (11.72% from 255 or 7.55% from 384); Max value from RGB is 237 - color contains mainly: red. Hex color #ED761D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED761D is #1289E2. Grayscale: #8F8F8F. Windows color (decimal): -1214947 or 1930989. OLE color: 1930989.

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

Color convert

RGB 237 118 29 -
CMYK 0 0.50 0.88 0.07
HSL 25.67º 0.85% 0.52% -
HSV(B) 25.67º 0.88% 0.93% -
XYZ 41.63 31.05 4.96 -
YUV 143.44 63.42 194.74 -
System Red Green Blue C M Y K H S L
Decimal 237 118 29 0 0.50 0.88 0.07 25.67 0.85 0.52
Hex ED 76 1D 0 32 58 7 1A 55 34
Octal 355 166 35 0 62 130 7 32 125 64
Binary 11101101 1110110 11101 0 110010 1011000 111 11010 1010101 110100

Color Harmonies of #ED761D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED761D

Black with #ED761D

Text Example


Text Example

White with #ED761D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED761D; }

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

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

background-color css

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

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

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

border-color css

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

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

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