#EDEC9A

Color #EDEC9A Portafino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portafino #EDEC9A

Tints of Portafino #EDEC9A

Color information

#EDEC9A (or 0xEDEC9A) is unknown color: approx Portafino. HEX triplet: ED, EC and 9A. RGB value is (237,236,154). Sum of RGB (Red+Green+Blue) = 237+236+154=627 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.80% from 627); Green value is 236 (92.58% from 255 or 37.64% from 627); Blue value is 154 (60.55% from 255 or 24.56% from 627); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEC9A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEC9A is #121365. Grayscale: #E3E3E3. Windows color (decimal): -1184614 or 10153197. OLE color: 10153197.

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

Color convert

RGB237236154-
CMYK00.000.350.07
HSL59.28º69.75%76.67%-
HSV(B)59.28º35.02%92.94%-
XYZ70.7580.3342.35-
YUV226.9586.83135.17-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.80%
GREEN value IS 236 (92.58% from 255) = 37.64%
BLUE value IS 154 (60.55% from 255) = 24.56%
R=37.80%
G=37.64%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723615400.000.350.0759.2869.7576.67
HexEDEC9A002373b464d
Octal3553542320043773106115
Binary1110110111101100100110100010001111111101110001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEC9A; }

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

 H1.HeaderClassName
 {
   color: #EDEC9A;
 }
 .AnyTagClassName
 {
   color: #EDEC9A;
 }
</style>
background-color css

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

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

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

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

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

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