Html Css Color HEX #EC6E1A Pumpkin

📋 copy color: '#EC6E1A'

red 236 ◦ green 110 ◦ blue 26

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

Shades of Pumpkin #EC6E1A

Tints of Pumpkin #EC6E1A

RGB

 RED value IS 236 (92.58% from 255) = 63.44%

 GREEN value IS 110 (43.36% from 255) = 29.57%

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

R = 63.44%
G = 29.57%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC6E1A (or 0xEC6E1A) is known color: Pumpkin. HEX triplet: EC, 6E and 1A. RGB value is (236,110,26). Sum of RGB (Red+Green+Blue) = 236+110+26=372 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.44% from 372); Green value is 110 (43.36% from 255 or 29.57% from 372); Blue value is 26 (10.55% from 255 or 6.99% from 372); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6E1A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6E1A is #1391E5. Grayscale: #8A8A8A. Windows color (decimal): -1282534 or 1732332. OLE color: 1732332.

HSL color Cylindrical-coordinate representation of color #EC6E1A: hue angle of 24º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC6E1A is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 110 26 -
CMYK 0 0.53 0.89 0.07
HSL 24º 0.85% 0.51% -
HSV(B) 24º 0.89% 0.93% -
XYZ 40.35 29.06 4.46 -
YUV 138.1 64.74 197.83 -
System Red Green Blue C M Y K H S L
Decimal 236 110 26 0 0.53 0.89 0.07 24 0.85 0.51
Hex EC 6E 1A 0 35 59 7 18 55 33
Octal 354 156 32 0 65 131 7 30 125 63
Binary 11101100 1101110 11010 0 110101 1011001 111 11000 1010101 110011

Color Harmonies of #EC6E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6E1A

Black with #EC6E1A

Text Example


Text Example

White with #EC6E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6E1A; }

 p { color: rgb(236,110,26); }

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

background-color css

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

 a { background-color: rgb(236,110,26); }

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

border-color css

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

 span { border-color: rgb(236,110,26); }

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