Html Css Color HEX #ED791B Pumpkin

📋 copy color: '#ED791B'

red 237 ◦ green 121 ◦ blue 27

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

Shades of Pumpkin #ED791B

Tints of Pumpkin #ED791B

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.43%

 BLUE value IS 27 (10.94% from 255) = 7.01%

R = 61.56%
G = 31.43%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ED791B (or 0xED791B) is known color: Pumpkin. HEX triplet: ED, 79 and 1B. RGB value is (237,121,27). Sum of RGB (Red+Green+Blue) = 237+121+27=385 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.56% from 385); Green value is 121 (47.66% from 255 or 31.43% from 385); Blue value is 27 (10.94% from 255 or 7.01% from 385); Max value from RGB is 237 - color contains mainly: red. Hex color #ED791B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED791B is #1286E4. Grayscale: #919191. Windows color (decimal): -1214181 or 1800685. OLE color: 1800685.

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

Color convert

RGB 237 121 27 -
CMYK 0 0.49 0.89 0.07
HSL 26.86º 0.85% 0.52% -
HSV(B) 26.86º 0.89% 0.93% -
XYZ 41.96 31.76 4.96 -
YUV 144.97 61.43 193.64 -
System Red Green Blue C M Y K H S L
Decimal 237 121 27 0 0.49 0.89 0.07 26.86 0.85 0.52
Hex ED 79 1B 0 31 59 7 1B 55 34
Octal 355 171 33 0 61 131 7 33 125 64
Binary 11101101 1111001 11011 0 110001 1011001 111 11011 1010101 110100

Color Harmonies of #ED791B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED791B

Black with #ED791B

Text Example


Text Example

White with #ED791B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED791B; }

 p { color: rgb(237,121,27); }

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

background-color css

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

 a { background-color: rgb(237,121,27); }

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

border-color css

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

 span { border-color: rgb(237,121,27); }

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