#E6CF5D

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

Shades of Portica #E6CF5D

Tints of Portica #E6CF5D

Color information

#E6CF5D (or 0xE6CF5D) is unknown color: approx Portica. HEX triplet: E6, CF and 5D. RGB value is (230,207,93). Sum of RGB (Red+Green+Blue) = 230+207+93=530 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.40% from 530); Green value is 207 (81.25% from 255 or 39.06% from 530); Blue value is 93 (36.72% from 255 or 17.55% from 530); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CF5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6CF5D is #1930A2. Grayscale: #C9C9C9. Windows color (decimal): -1650851 or 6148070. OLE color: 6148070.

HSL color Cylindrical-coordinate representation of color #E6CF5D: hue angle of 49.93º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E6CF5D is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.10.

Color convert

RGB23020793-
CMYK00.100.600.10
HSL49.93º73.26%63.33%-
HSV(B)49.93º59.57%90.2%-
XYZ56.9262.2419.37-
YUV200.8867.12148.77-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 43.40%
GREEN value IS 207 (81.25% from 255) = 39.06%
BLUE value IS 93 (36.72% from 255) = 17.55%
R=43.40%
G=39.06%
B=17.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.60
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2302079300.100.600.1049.9373.2663.33
HexE6CF5D0A3CA32493f
Octal34631713501274126211177
Binary111001101100111110111010101011110010101100101001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CF5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CF5D; }

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

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

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

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

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

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

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

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