Html Css Color HEX #ECEC9B Portafino

📋 copy color: '#ECEC9B'

red 236 ◦ green 236 ◦ blue 155

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

Shades of Portafino #ECEC9B

Tints of Portafino #ECEC9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 24.72%

R = 37.64%
G = 37.64%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#ECEC9B (or 0xECEC9B) is known color: Portafino. HEX triplet: EC, EC and 9B. RGB value is (236,236,155). Sum of RGB (Red+Green+Blue) = 236+236+155=627 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.64% from 627); Green value is 236 (92.58% from 255 or 37.64% from 627); Blue value is 155 (60.94% from 255 or 24.72% from 627); Max value from RGB is 236 - color contains mainly: red, green. Hex color #ECEC9B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECEC9B is #131364. Grayscale: #E3E3E3. Windows color (decimal): -1250149 or 10218732. OLE color: 10218732.

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

Color convert

RGB 236 236 155 -
CMYK 0 0 0.34 0.07
HSL 60º 0.68% 0.77% -
HSV(B) 60º 0.34% 0.93% -
XYZ 70.5 80.19 42.77 -
YUV 226.77 87.5 134.59 -
System Red Green Blue C M Y K H S L
Decimal 236 236 155 0 0 0.34 0.07 60 0.68 0.77
Hex EC EC 9B 0 0 22 7 3C 44 4D
Octal 354 354 233 0 0 42 7 74 104 115
Binary 11101100 11101100 10011011 0 0 100010 111 111100 1000100 1001101

Color Harmonies of #ECEC9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECEC9B

Black with #ECEC9B

Text Example


Text Example

White with #ECEC9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECEC9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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