Html Css Color HEX #ECEA9A Portafino

📋 copy color: '#ECEA9A'

red 236 ◦ green 234 ◦ blue 154

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

Shades of Portafino #ECEA9A

Tints of Portafino #ECEA9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 24.68%

R = 37.82%
G = 37.5%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#ECEA9A (or 0xECEA9A) is known color: Portafino. HEX triplet: EC, EA and 9A. RGB value is (236,234,154). Sum of RGB (Red+Green+Blue) = 236+234+154=624 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.82% from 624); Green value is 234 (91.80% from 255 or 37.5% from 624); Blue value is 154 (60.55% from 255 or 24.68% from 624); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEA9A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECEA9A is #131565. Grayscale: #E1E1E1. Windows color (decimal): -1250662 or 10152684. OLE color: 10152684.

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

Color convert

RGB 236 234 154 -
CMYK 0 0.01 0.35 0.07
HSL 58.54º 0.68% 0.76% -
HSV(B) 58.54º 0.35% 0.93% -
XYZ 69.85 79.01 42.14 -
YUV 225.48 87.66 135.5 -
System Red Green Blue C M Y K H S L
Decimal 236 234 154 0 0.01 0.35 0.07 58.54 0.68 0.76
Hex EC EA 9A 0 1 23 7 3B 44 4C
Octal 354 352 232 0 1 43 7 73 104 114
Binary 11101100 11101010 10011010 0 1 100011 111 111011 1000100 1001100

Color Harmonies of #ECEA9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECEA9A

Black with #ECEA9A

Text Example


Text Example

White with #ECEA9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECEA9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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