#E8CF5D

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

Shades of Portica #E8CF5D

Tints of Portica #E8CF5D

Color information

#E8CF5D (or 0xE8CF5D) is unknown color: approx Portica. HEX triplet: E8, CF and 5D. RGB value is (232,207,93). Sum of RGB (Red+Green+Blue) = 232+207+93=532 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.61% from 532); Green value is 207 (81.25% from 255 or 38.91% from 532); Blue value is 93 (36.72% from 255 or 17.48% from 532); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CF5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8CF5D is #1730A2. Grayscale: #C9C9C9. Windows color (decimal): -1519779 or 6148072. OLE color: 6148072.

HSL color Cylindrical-coordinate representation of color #E8CF5D: hue angle of 49.21º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E8CF5D is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB23220793-
CMYK00.110.600.09
HSL49.21º75.14%63.73%-
HSV(B)49.21º59.91%90.98%-
XYZ57.5762.5719.4-
YUV201.4866.78149.77-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 43.61%
GREEN value IS 207 (81.25% from 255) = 38.91%
BLUE value IS 93 (36.72% from 255) = 17.48%
R=43.61%
G=38.91%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.60
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2322079300.110.600.0949.2175.1463.73
HexE8CF5D0B3C9314b40
Octal350317135013741161113100
Binary1110100011001111101110101011111100100111000110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CF5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CF5D; }

 p { color: rgb(232,207,93); }

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

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

 a { background-color: rgb(232,207,93); }

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

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

 span { border-color: rgb(232,207,93); }

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