Html Css Color HEX #EC6A18 Pumpkin

📋 copy color: '#EC6A18'

red 236 ◦ green 106 ◦ blue 24

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

Shades of Pumpkin #EC6A18

Tints of Pumpkin #EC6A18

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.96%

 BLUE value IS 24 (9.77% from 255) = 6.56%

R = 64.48%
G = 28.96%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EC6A18 (or 0xEC6A18) is known color: Pumpkin. HEX triplet: EC, 6A and 18. RGB value is (236,106,24). Sum of RGB (Red+Green+Blue) = 236+106+24=366 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.48% from 366); Green value is 106 (41.80% from 255 or 28.96% from 366); Blue value is 24 (9.77% from 255 or 6.56% from 366); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6A18 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6A18 is #1395E7. Grayscale: #878787. Windows color (decimal): -1283560 or 1600236. OLE color: 1600236.

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

Color convert

RGB 236 106 24 -
CMYK 0 0.55 0.90 0.07
HSL 23.21º 0.85% 0.51% -
HSV(B) 23.21º 0.9% 0.93% -
XYZ 39.91 28.21 4.21 -
YUV 135.52 65.07 199.67 -
System Red Green Blue C M Y K H S L
Decimal 236 106 24 0 0.55 0.90 0.07 23.21 0.85 0.51
Hex EC 6A 18 0 37 5A 7 17 55 33
Octal 354 152 30 0 67 132 7 27 125 63
Binary 11101100 1101010 11000 0 110111 1011010 111 10111 1010101 110011

Color Harmonies of #EC6A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6A18

Black with #EC6A18

Text Example


Text Example

White with #EC6A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6A18; }

 p { color: rgb(236,106,24); }

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

background-color css

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

 a { background-color: rgb(236,106,24); }

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

border-color css

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

 span { border-color: rgb(236,106,24); }

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