Html Css Color HEX #ECECA1 Portafino

📋 copy color: '#ECECA1'

red 236 ◦ green 236 ◦ blue 161

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

Shades of Portafino #ECECA1

Tints of Portafino #ECECA1

RGB

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

 GREEN value IS 236 (92.58% from 255) = 37.28%

 BLUE value IS 161 (63.28% from 255) = 25.43%

R = 37.28%
G = 37.28%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#ECECA1 (or 0xECECA1) is known color: Portafino. HEX triplet: EC, EC and A1. RGB value is (236,236,161). Sum of RGB (Red+Green+Blue) = 236+236+161=633 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.28% from 633); Green value is 236 (92.58% from 255 or 37.28% from 633); Blue value is 161 (63.28% from 255 or 25.43% from 633); Max value from RGB is 236 - color contains mainly: red, green. Hex color #ECECA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECECA1 is #13135E. Grayscale: #E3E3E3. Windows color (decimal): -1250143 or 10611948. OLE color: 10611948.

HSL color Cylindrical-coordinate representation of color #ECECA1: hue angle of 60º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ECECA1 is Cyan = 0, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 236 161 -
CMYK 0 0 0.32 0.07
HSL 60º 0.66% 0.78% -
HSV(B) 60º 0.32% 0.93% -
XYZ 71.02 80.4 45.49 -
YUV 227.45 90.5 134.1 -
System Red Green Blue C M Y K H S L
Decimal 236 236 161 0 0 0.32 0.07 60 0.66 0.78
Hex EC EC A1 0 0 20 7 3C 42 4E
Octal 354 354 241 0 0 40 7 74 102 116
Binary 11101100 11101100 10100001 0 0 100000 111 111100 1000010 1001110

Color Harmonies of #ECECA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECECA1

Black with #ECECA1

Text Example


Text Example

White with #ECECA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECECA1; }

 p { color: rgb(236,236,161); }

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

background-color css

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

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

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

border-color css

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

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

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