Html Css Color HEX #ED751D Pumpkin

📋 copy color: '#ED751D'

red 237 ◦ green 117 ◦ blue 29

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

Shades of Pumpkin #ED751D

Tints of Pumpkin #ED751D

RGB

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

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

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

R = 61.88%
G = 30.55%
B = 7.57%

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

#ED751D (or 0xED751D) is known color: Pumpkin. HEX triplet: ED, 75 and 1D. RGB value is (237,117,29). Sum of RGB (Red+Green+Blue) = 237+117+29=383 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.88% from 383); Green value is 117 (46.09% from 255 or 30.55% from 383); Blue value is 29 (11.72% from 255 or 7.57% from 383); Max value from RGB is 237 - color contains mainly: red. Hex color #ED751D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED751D is #128AE2. Grayscale: #8F8F8F. Windows color (decimal): -1215203 or 1930733. OLE color: 1930733.

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

Color convert

RGB 237 117 29 -
CMYK 0 0.51 0.88 0.07
HSL 25.38º 0.85% 0.52% -
HSV(B) 25.38º 0.88% 0.93% -
XYZ 41.51 30.82 4.92 -
YUV 142.85 63.76 195.16 -
System Red Green Blue C M Y K H S L
Decimal 237 117 29 0 0.51 0.88 0.07 25.38 0.85 0.52
Hex ED 75 1D 0 33 58 7 19 55 34
Octal 355 165 35 0 63 130 7 31 125 64
Binary 11101101 1110101 11101 0 110011 1011000 111 11001 1010101 110100

Color Harmonies of #ED751D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED751D

Black with #ED751D

Text Example


Text Example

White with #ED751D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED751D; }

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

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

background-color css

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

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

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

border-color css

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

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

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