Html Css Color HEX #ECEC9E Portafino

📋 copy color: '#ECEC9E'

red 236 ◦ green 236 ◦ blue 158

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

Shades of Portafino #ECEC9E

Tints of Portafino #ECEC9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 25.08%

R = 37.46%
G = 37.46%
B = 25.08%

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

#ECEC9E (or 0xECEC9E) is known color: Portafino. HEX triplet: EC, EC and 9E. RGB value is (236,236,158). Sum of RGB (Red+Green+Blue) = 236+236+158=630 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.46% from 630); Green value is 236 (92.58% from 255 or 37.46% from 630); Blue value is 158 (62.11% from 255 or 25.08% from 630); Max value from RGB is 236 - color contains mainly: red, green. Hex color #ECEC9E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECEC9E is #131361. Grayscale: #E3E3E3. Windows color (decimal): -1250146 or 10415340. OLE color: 10415340.

HSL color Cylindrical-coordinate representation of color #ECEC9E: 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 #ECEC9E is Cyan = 0, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 236 158 -
CMYK 0 0 0.33 0.07
HSL 60º 0.67% 0.77% -
HSV(B) 60º 0.33% 0.93% -
XYZ 70.76 80.29 44.12 -
YUV 227.11 89 134.34 -
System Red Green Blue C M Y K H S L
Decimal 236 236 158 0 0 0.33 0.07 60 0.67 0.77
Hex EC EC 9E 0 0 21 7 3C 43 4D
Octal 354 354 236 0 0 41 7 74 103 115
Binary 11101100 11101100 10011110 0 0 100001 111 111100 1000011 1001101

Color Harmonies of #ECEC9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECEC9E

Black with #ECEC9E

Text Example


Text Example

White with #ECEC9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECEC9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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