Html Css Color HEX #ECEC9F Portafino

📋 copy color: '#ECEC9F'

red 236 ◦ green 236 ◦ blue 159

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

Shades of Portafino #ECEC9F

Tints of Portafino #ECEC9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 25.2%

R = 37.4%
G = 37.4%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#ECEC9F (or 0xECEC9F) is known color: Portafino. HEX triplet: EC, EC and 9F. RGB value is (236,236,159). Sum of RGB (Red+Green+Blue) = 236+236+159=631 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.40% from 631); Green value is 236 (92.58% from 255 or 37.40% from 631); Blue value is 159 (62.5% from 255 or 25.20% from 631); Max value from RGB is 236 - color contains mainly: red, green. Hex color #ECEC9F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECEC9F is #131360. Grayscale: #E3E3E3. Windows color (decimal): -1250145 or 10480876. OLE color: 10480876.

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

Color convert

RGB 236 236 159 -
CMYK 0 0 0.33 0.07
HSL 60º 0.67% 0.77% -
HSV(B) 60º 0.33% 0.93% -
XYZ 70.85 80.33 44.57 -
YUV 227.22 89.5 134.26 -
System Red Green Blue C M Y K H S L
Decimal 236 236 159 0 0 0.33 0.07 60 0.67 0.77
Hex EC EC 9F 0 0 21 7 3C 43 4D
Octal 354 354 237 0 0 41 7 74 103 115
Binary 11101100 11101100 10011111 0 0 100001 111 111100 1000011 1001101

Color Harmonies of #ECEC9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECEC9F

Black with #ECEC9F

Text Example


Text Example

White with #ECEC9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECEC9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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