Html Css Color HEX #EC6814 Pumpkin

📋 copy color: '#EC6814'

red 236 ◦ green 104 ◦ blue 20

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

Shades of Pumpkin #EC6814

Tints of Pumpkin #EC6814

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.89%

 BLUE value IS 20 (8.2% from 255) = 5.56%

R = 65.56%
G = 28.89%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EC6814 (or 0xEC6814) is known color: Pumpkin. HEX triplet: EC, 68 and 14. RGB value is (236,104,20). Sum of RGB (Red+Green+Blue) = 236+104+20=360 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.56% from 360); Green value is 104 (41.02% from 255 or 28.89% from 360); Blue value is 20 (8.20% from 255 or 5.56% from 360); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6814 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6814 is #1397EB. Grayscale: #868686. Windows color (decimal): -1284076 or 1337580. OLE color: 1337580.

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

Color convert

RGB 236 104 20 -
CMYK 0 0.56 0.92 0.07
HSL 23.33º 0.85% 0.5% -
HSV(B) 23.33º 0.92% 0.93% -
XYZ 39.67 27.78 3.93 -
YUV 133.89 63.73 200.83 -
System Red Green Blue C M Y K H S L
Decimal 236 104 20 0 0.56 0.92 0.07 23.33 0.85 0.5
Hex EC 68 14 0 38 5C 7 17 55 32
Octal 354 150 24 0 70 134 7 27 125 62
Binary 11101100 1101000 10100 0 111000 1011100 111 10111 1010101 110010

Color Harmonies of #EC6814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6814

Black with #EC6814

Text Example


Text Example

White with #EC6814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6814; }

 p { color: rgb(236,104,20); }

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

background-color css

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

 a { background-color: rgb(236,104,20); }

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

border-color css

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

 span { border-color: rgb(236,104,20); }

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