#E6D153

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

Shades of Portica #E6D153

Tints of Portica #E6D153

Color information

#E6D153 (or 0xE6D153) is unknown color: approx Portica. HEX triplet: E6, D1 and 53. RGB value is (230,209,83). Sum of RGB (Red+Green+Blue) = 230+209+83=522 (69% of max value = 765). Red value is 230 (90.23% from 255 or 44.06% from 522); Green value is 209 (82.03% from 255 or 40.04% from 522); Blue value is 83 (32.81% from 255 or 15.90% from 522); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D153 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6D153 is #192EAC. Grayscale: #C9C9C9. Windows color (decimal): -1650349 or 5493222. OLE color: 5493222.

HSL color Cylindrical-coordinate representation of color #E6D153: hue angle of 51.43º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E6D153 is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.10.

Color convert

RGB23020983-
CMYK00.090.640.10
HSL51.43º74.62%61.37%-
HSV(B)51.43º63.91%90.2%-
XYZ56.9963.0517.35-
YUV200.9161.46148.75-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 44.06%
GREEN value IS 209 (82.03% from 255) = 40.04%
BLUE value IS 83 (32.81% from 255) = 15.90%
R=44.06%
G=40.04%
B=15.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.64
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2302098300.090.640.1051.4374.6261.37
HexE6D1530940A334b3d
Octal346321123011100126311375
Binary1110011011010001101001101001100000010101100111001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6D153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6D153; }

 p { color: rgb(230,209,83); }

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

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

 a { background-color: rgb(230,209,83); }

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

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

 span { border-color: rgb(230,209,83); }

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