Html Css Color HEX #ECEFA0 Portafino

📋 copy color: '#ECEFA0'

red 236 ◦ green 239 ◦ blue 160

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

Shades of Portafino #ECEFA0

Tints of Portafino #ECEFA0

RGB

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

 GREEN value IS 239 (93.75% from 255) = 37.64%

 BLUE value IS 160 (62.89% from 255) = 25.2%

R = 37.17%
G = 37.64%
B = 25.2%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#ECEFA0 (or 0xECEFA0) is known color: Portafino. HEX triplet: EC, EF and A0. RGB value is (236,239,160). Sum of RGB (Red+Green+Blue) = 236+239+160=635 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.17% from 635); Green value is 239 (93.75% from 255 or 37.64% from 635); Blue value is 160 (62.89% from 255 or 25.20% from 635); Max value from RGB is 239 - color contains mainly: green. Hex color #ECEFA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECEFA0 is #13105F. Grayscale: #E5E5E5. Windows color (decimal): -1249376 or 10547180. OLE color: 10547180.

HSL color Cylindrical-coordinate representation of color #ECEFA0: hue angle of 62.28º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ECEFA0 is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB 236 239 160 -
CMYK 0.01 0 0.33 0.06
HSL 62.28º 0.71% 0.78% -
HSV(B) 62.28º 0.33% 0.94% -
XYZ 71.8 82.1 45.32 -
YUV 229.1 89.01 132.92 -
System Red Green Blue C M Y K H S L
Decimal 236 239 160 0.01 0 0.33 0.06 62.28 0.71 0.78
Hex EC EF A0 1 0 21 6 3E 47 4E
Octal 354 357 240 1 0 41 6 76 107 116
Binary 11101100 11101111 10100000 1 0 100001 110 111110 1000111 1001110

Color Harmonies of #ECEFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECEFA0

Black with #ECEFA0

Text Example


Text Example

White with #ECEFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECEFA0; }

 p { color: rgb(236,239,160); }

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

background-color css

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

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

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

border-color css

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

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

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