Html Css Color HEX #ED611B Pumpkin

📋 copy color: '#ED611B'

red 237 ◦ green 97 ◦ blue 27

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

Shades of Pumpkin #ED611B

Tints of Pumpkin #ED611B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.87%

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

R = 65.65%
G = 26.87%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ED611B (or 0xED611B) is known color: Pumpkin. HEX triplet: ED, 61 and 1B. RGB value is (237,97,27). Sum of RGB (Red+Green+Blue) = 237+97+27=361 (47% of max value = 765). Red value is 237 (92.97% from 255 or 65.65% from 361); Green value is 97 (38.28% from 255 or 26.87% from 361); Blue value is 27 (10.94% from 255 or 7.48% from 361); Max value from RGB is 237 - color contains mainly: red. Hex color #ED611B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED611B is #129EE4. Grayscale: #838383. Windows color (decimal): -1220325 or 1794541. OLE color: 1794541.

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

Color convert

RGB 237 97 27 -
CMYK 0 0.59 0.89 0.07
HSL 20º 0.85% 0.52% -
HSV(B) 20º 0.89% 0.93% -
XYZ 39.4 26.63 4.1 -
YUV 130.88 69.38 203.69 -
System Red Green Blue C M Y K H S L
Decimal 237 97 27 0 0.59 0.89 0.07 20 0.85 0.52
Hex ED 61 1B 0 3B 59 7 14 55 34
Octal 355 141 33 0 73 131 7 24 125 64
Binary 11101101 1100001 11011 0 111011 1011001 111 10100 1010101 110100

Color Harmonies of #ED611B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED611B

Black with #ED611B

Text Example


Text Example

White with #ED611B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED611B; }

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

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

background-color css

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

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

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

border-color css

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

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

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