Html Css Color HEX #ECEA9B Portafino

📋 copy color: '#ECEA9B'

red 236 ◦ green 234 ◦ blue 155

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

Shades of Portafino #ECEA9B

Tints of Portafino #ECEA9B

RGB

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

 GREEN value IS 234 (91.8% from 255) = 37.44%

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

R = 37.76%
G = 37.44%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#ECEA9B (or 0xECEA9B) is known color: Portafino. HEX triplet: EC, EA and 9B. RGB value is (236,234,155). Sum of RGB (Red+Green+Blue) = 236+234+155=625 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.76% from 625); Green value is 234 (91.80% from 255 or 37.44% from 625); Blue value is 155 (60.94% from 255 or 24.8% from 625); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEA9B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECEA9B is #131564. Grayscale: #E1E1E1. Windows color (decimal): -1250661 or 10218220. OLE color: 10218220.

HSL color Cylindrical-coordinate representation of color #ECEA9B: hue angle of 58.52º 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 #ECEA9B is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 234 155 -
CMYK 0 0.01 0.34 0.07
HSL 58.52º 0.68% 0.77% -
HSV(B) 58.52º 0.34% 0.93% -
XYZ 69.93 79.05 42.58 -
YUV 225.59 88.16 135.42 -
System Red Green Blue C M Y K H S L
Decimal 236 234 155 0 0.01 0.34 0.07 58.52 0.68 0.77
Hex EC EA 9B 0 1 22 7 3B 44 4D
Octal 354 352 233 0 1 42 7 73 104 115
Binary 11101100 11101010 10011011 0 1 100010 111 111011 1000100 1001101

Color Harmonies of #ECEA9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECEA9B

Black with #ECEA9B

Text Example


Text Example

White with #ECEA9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECEA9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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