#EDECA1

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

Shades of Portafino #EDECA1

Tints of Portafino #EDECA1

Color information

#EDECA1 (or 0xEDECA1) is unknown color: approx Portafino. HEX triplet: ED, EC and A1. RGB value is (237,236,161). Sum of RGB (Red+Green+Blue) = 237+236+161=634 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.38% from 634); Green value is 236 (92.58% from 255 or 37.22% from 634); Blue value is 161 (63.28% from 255 or 25.39% from 634); Max value from RGB is 237 - color contains mainly: red. Hex color #EDECA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDECA1 is #12135E. Grayscale: #E4E4E4. Windows color (decimal): -1184607 or 10611949. OLE color: 10611949.

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

Color convert

RGB237236161-
CMYK00.000.320.07
HSL59.21º67.86%78.04%-
HSV(B)59.21º32.07%92.94%-
XYZ71.3580.5745.51-
YUV227.7590.33134.6-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.38%
GREEN value IS 236 (92.58% from 255) = 37.22%
BLUE value IS 161 (63.28% from 255) = 25.39%
R=37.38%
G=37.22%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723616100.000.320.0759.2167.8678.04
HexEDECA1002073b444e
Octal3553542410040773104116
Binary1110110111101100101000010010000011111101110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDECA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDECA1; }

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

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

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

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

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

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

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

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