Html Css Color HEX #EC6518 Pumpkin

📋 copy color: '#EC6518'

red 236 ◦ green 101 ◦ blue 24

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

Shades of Pumpkin #EC6518

Tints of Pumpkin #EC6518

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.98%

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

R = 65.37%
G = 27.98%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EC6518 (or 0xEC6518) is known color: Pumpkin. HEX triplet: EC, 65 and 18. RGB value is (236,101,24). Sum of RGB (Red+Green+Blue) = 236+101+24=361 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.37% from 361); Green value is 101 (39.84% from 255 or 27.98% from 361); Blue value is 24 (9.77% from 255 or 6.65% from 361); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6518 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6518 is #139AE7. Grayscale: #858585. Windows color (decimal): -1284840 or 1598956. OLE color: 1598956.

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

Color convert

RGB 236 101 24 -
CMYK 0 0.57 0.90 0.07
HSL 21.79º 0.85% 0.51% -
HSV(B) 21.79º 0.9% 0.93% -
XYZ 39.41 27.21 4.04 -
YUV 132.59 66.73 201.76 -
System Red Green Blue C M Y K H S L
Decimal 236 101 24 0 0.57 0.90 0.07 21.79 0.85 0.51
Hex EC 65 18 0 39 5A 7 16 55 33
Octal 354 145 30 0 71 132 7 26 125 63
Binary 11101100 1100101 11000 0 111001 1011010 111 10110 1010101 110011

Color Harmonies of #EC6518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6518

Black with #EC6518

Text Example


Text Example

White with #EC6518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6518; }

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

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

background-color css

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

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

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

border-color css

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

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

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