Html Css Color HEX #ED6D1A Pumpkin

📋 copy color: '#ED6D1A'

red 237 ◦ green 109 ◦ blue 26

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

Shades of Pumpkin #ED6D1A

Tints of Pumpkin #ED6D1A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.3%

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

R = 63.71%
G = 29.3%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ED6D1A (or 0xED6D1A) is known color: Pumpkin. HEX triplet: ED, 6D and 1A. RGB value is (237,109,26). Sum of RGB (Red+Green+Blue) = 237+109+26=372 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.71% from 372); Green value is 109 (42.97% from 255 or 29.30% from 372); Blue value is 26 (10.55% from 255 or 6.99% from 372); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6D1A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED6D1A is #1292E5. Grayscale: #8A8A8A. Windows color (decimal): -1217254 or 1732077. OLE color: 1732077.

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

Color convert

RGB 237 109 26 -
CMYK 0 0.54 0.89 0.07
HSL 23.6º 0.85% 0.52% -
HSV(B) 23.6º 0.89% 0.93% -
XYZ 40.58 29.02 4.44 -
YUV 137.81 64.91 198.75 -
System Red Green Blue C M Y K H S L
Decimal 237 109 26 0 0.54 0.89 0.07 23.6 0.85 0.52
Hex ED 6D 1A 0 36 59 7 18 55 34
Octal 355 155 32 0 66 131 7 30 125 64
Binary 11101101 1101101 11010 0 110110 1011001 111 11000 1010101 110100

Color Harmonies of #ED6D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6D1A

Black with #ED6D1A

Text Example


Text Example

White with #ED6D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6D1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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