Html Css Color HEX #ED611A Pumpkin

📋 copy color: '#ED611A'

red 237 ◦ green 97 ◦ blue 26

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

Shades of Pumpkin #ED611A

Tints of Pumpkin #ED611A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.22%

R = 65.83%
G = 26.94%
B = 7.22%

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

#ED611A (or 0xED611A) is known color: Pumpkin. HEX triplet: ED, 61 and 1A. RGB value is (237,97,26). Sum of RGB (Red+Green+Blue) = 237+97+26=360 (47% of max value = 765). Red value is 237 (92.97% from 255 or 65.83% from 360); Green value is 97 (38.28% from 255 or 26.94% from 360); Blue value is 26 (10.55% from 255 or 7.22% from 360); Max value from RGB is 237 - color contains mainly: red. Hex color #ED611A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED611A is #129EE5. Grayscale: #838383. Windows color (decimal): -1220326 or 1729005. OLE color: 1729005.

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

Color convert

RGB 237 97 26 -
CMYK 0 0.59 0.89 0.07
HSL 20.19º 0.85% 0.52% -
HSV(B) 20.19º 0.89% 0.93% -
XYZ 39.39 26.63 4.04 -
YUV 130.77 68.88 203.77 -
System Red Green Blue C M Y K H S L
Decimal 237 97 26 0 0.59 0.89 0.07 20.19 0.85 0.52
Hex ED 61 1A 0 3B 59 7 14 55 34
Octal 355 141 32 0 73 131 7 24 125 64
Binary 11101101 1100001 11010 0 111011 1011001 111 10100 1010101 110100

Color Harmonies of #ED611A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED611A

Black with #ED611A

Text Example


Text Example

White with #ED611A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED611A; }

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

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

background-color css

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

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

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

border-color css

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

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

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