Html Css Color HEX #EC6F1A Pumpkin

📋 copy color: '#EC6F1A'

red 236 ◦ green 111 ◦ blue 26

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

Shades of Pumpkin #EC6F1A

Tints of Pumpkin #EC6F1A

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.76%

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

R = 63.27%
G = 29.76%
B = 6.97%

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

#EC6F1A (or 0xEC6F1A) is known color: Pumpkin. HEX triplet: EC, 6F and 1A. RGB value is (236,111,26). Sum of RGB (Red+Green+Blue) = 236+111+26=373 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.27% from 373); Green value is 111 (43.75% from 255 or 29.76% from 373); Blue value is 26 (10.55% from 255 or 6.97% from 373); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6F1A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6F1A is #1390E5. Grayscale: #8B8B8B. Windows color (decimal): -1282278 or 1732588. OLE color: 1732588.

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

Color convert

RGB 236 111 26 -
CMYK 0 0.53 0.89 0.07
HSL 24.29º 0.85% 0.51% -
HSV(B) 24.29º 0.89% 0.93% -
XYZ 40.46 29.28 4.5 -
YUV 138.69 64.41 197.41 -
System Red Green Blue C M Y K H S L
Decimal 236 111 26 0 0.53 0.89 0.07 24.29 0.85 0.51
Hex EC 6F 1A 0 35 59 7 18 55 33
Octal 354 157 32 0 65 131 7 30 125 63
Binary 11101100 1101111 11010 0 110101 1011001 111 11000 1010101 110011

Color Harmonies of #EC6F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6F1A

Black with #EC6F1A

Text Example


Text Example

White with #EC6F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6F1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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