Html Css Color HEX #ECEA9E Portafino

📋 copy color: '#ECEA9E'

red 236 ◦ green 234 ◦ blue 158

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

Shades of Portafino #ECEA9E

Tints of Portafino #ECEA9E

RGB

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

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

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

R = 37.58%
G = 37.26%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#ECEA9E (or 0xECEA9E) is known color: Portafino. HEX triplet: EC, EA and 9E. RGB value is (236,234,158). Sum of RGB (Red+Green+Blue) = 236+234+158=628 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.58% from 628); Green value is 234 (91.80% from 255 or 37.26% from 628); Blue value is 158 (62.11% from 255 or 25.16% from 628); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEA9E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECEA9E is #131561. Grayscale: #E2E2E2. Windows color (decimal): -1250658 or 10414828. OLE color: 10414828.

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

Color convert

RGB 236 234 158 -
CMYK 0 0.01 0.33 0.07
HSL 58.46º 0.67% 0.77% -
HSV(B) 58.46º 0.33% 0.93% -
XYZ 70.19 79.15 43.93 -
YUV 225.93 89.66 135.18 -
System Red Green Blue C M Y K H S L
Decimal 236 234 158 0 0.01 0.33 0.07 58.46 0.67 0.77
Hex EC EA 9E 0 1 21 7 3A 43 4D
Octal 354 352 236 0 1 41 7 72 103 115
Binary 11101100 11101010 10011110 0 1 100001 111 111010 1000011 1001101

Color Harmonies of #ECEA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECEA9E

Black with #ECEA9E

Text Example


Text Example

White with #ECEA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECEA9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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