#EBE699

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

Shades of Portafino #EBE699

Tints of Portafino #EBE699

Color information

#EBE699 (or 0xEBE699) is unknown color: approx Portafino. HEX triplet: EB, E6 and 99. RGB value is (235,230,153). Sum of RGB (Red+Green+Blue) = 235+230+153=618 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.03% from 618); Green value is 230 (90.23% from 255 or 37.22% from 618); Blue value is 153 (60.16% from 255 or 24.76% from 618); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE699 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBE699 is #141966. Grayscale: #DFDFDF. Windows color (decimal): -1317223 or 10086123. OLE color: 10086123.

HSL color Cylindrical-coordinate representation of color #EBE699: hue angle of 56.34º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EBE699 is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.08.

Color convert

RGB235230153-
CMYK00.020.350.08
HSL56.34º67.21%76.08%-
HSV(B)56.34º34.89%92.16%-
XYZ68.3176.5641.31-
YUV222.7288.66136.76-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.03%
GREEN value IS 230 (90.23% from 255) = 37.22%
BLUE value IS 153 (60.16% from 255) = 24.76%
R=38.03%
G=37.22%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523015300.020.350.0856.3467.2176.08
HexEBE6990223838434c
Octal35334623102431070103114
Binary111010111110011010011001010100011100011100010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE699; }

 p { color: rgb(235,230,153); }

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

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

 a { background-color: rgb(235,230,153); }

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

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

 span { border-color: rgb(235,230,153); }

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