#EDEC98

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

Shades of Portafino #EDEC98

Tints of Portafino #EDEC98

Color information

#EDEC98 (or 0xEDEC98) is unknown color: approx Portafino. HEX triplet: ED, EC and 98. RGB value is (237,236,152). Sum of RGB (Red+Green+Blue) = 237+236+152=625 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.92% from 625); Green value is 236 (92.58% from 255 or 37.76% from 625); Blue value is 152 (59.77% from 255 or 24.32% from 625); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEC98 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEC98 is #121367. Grayscale: #E3E3E3. Windows color (decimal): -1184616 or 10022125. OLE color: 10022125.

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

Color convert

RGB237236152-
CMYK00.000.360.07
HSL59.29º70.25%76.27%-
HSV(B)59.29º35.86%92.94%-
XYZ70.5980.2641.48-
YUV226.7285.83135.33-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.92%
GREEN value IS 236 (92.58% from 255) = 37.76%
BLUE value IS 152 (59.77% from 255) = 24.32%
R=37.92%
G=37.76%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723615200.000.360.0759.2970.2576.27
HexEDEC98002473b464c
Octal3553542300044773106114
Binary1110110111101100100110000010010011111101110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEC98; }

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

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

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

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

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

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

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

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