Html Css Color HEX #ED751C Pumpkin

📋 copy color: '#ED751C'

red 237 ◦ green 117 ◦ blue 28

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

Shades of Pumpkin #ED751C

Tints of Pumpkin #ED751C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.63%

 BLUE value IS 28 (11.33% from 255) = 7.33%

R = 62.04%
G = 30.63%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#ED751C (or 0xED751C) is known color: Pumpkin. HEX triplet: ED, 75 and 1C. RGB value is (237,117,28). Sum of RGB (Red+Green+Blue) = 237+117+28=382 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.04% from 382); Green value is 117 (46.09% from 255 or 30.63% from 382); Blue value is 28 (11.33% from 255 or 7.33% from 382); Max value from RGB is 237 - color contains mainly: red. Hex color #ED751C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED751C is #128AE3. Grayscale: #8F8F8F. Windows color (decimal): -1215204 or 1865197. OLE color: 1865197.

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

Color convert

RGB 237 117 28 -
CMYK 0 0.51 0.88 0.07
HSL 25.55º 0.85% 0.52% -
HSV(B) 25.55º 0.88% 0.93% -
XYZ 41.5 30.81 4.86 -
YUV 142.73 63.26 195.24 -
System Red Green Blue C M Y K H S L
Decimal 237 117 28 0 0.51 0.88 0.07 25.55 0.85 0.52
Hex ED 75 1C 0 33 58 7 1A 55 34
Octal 355 165 34 0 63 130 7 32 125 64
Binary 11101101 1110101 11100 0 110011 1011000 111 11010 1010101 110100

Color Harmonies of #ED751C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED751C

Black with #ED751C

Text Example


Text Example

White with #ED751C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED751C; }

 p { color: rgb(237,117,28); }

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

background-color css

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

 a { background-color: rgb(237,117,28); }

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

border-color css

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

 span { border-color: rgb(237,117,28); }

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