#EDEA98

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

Shades of Portafino #EDEA98

Tints of Portafino #EDEA98

Color information

#EDEA98 (or 0xEDEA98) is unknown color: approx Portafino. HEX triplet: ED, EA and 98. RGB value is (237,234,152). Sum of RGB (Red+Green+Blue) = 237+234+152=623 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.04% from 623); Green value is 234 (91.80% from 255 or 37.56% from 623); Blue value is 152 (59.77% from 255 or 24.40% from 623); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEA98 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEA98 is #121567. Grayscale: #E1E1E1. Windows color (decimal): -1185128 or 10021613. OLE color: 10021613.

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

Color convert

RGB237234152-
CMYK00.010.360.07
HSL57.88º70.25%76.27%-
HSV(B)57.88º35.86%92.94%-
XYZ70.0279.1241.29-
YUV225.5586.49136.17-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.04%
GREEN value IS 234 (91.80% from 255) = 37.56%
BLUE value IS 152 (59.77% from 255) = 24.40%
R=38.04%
G=37.56%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723415200.010.360.0757.8870.2576.27
HexEDEA98012473a464c
Octal3553522300144772106114
Binary1110110111101010100110000110010011111101010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEA98; }

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

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

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

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

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

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

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

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