#EBE69A

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

Shades of Portafino #EBE69A

Tints of Portafino #EBE69A

Color information

#EBE69A (or 0xEBE69A) is unknown color: approx Portafino. HEX triplet: EB, E6 and 9A. RGB value is (235,230,154). Sum of RGB (Red+Green+Blue) = 235+230+154=619 (81% of max value = 765). Red value is 235 (92.19% from 255 or 37.96% from 619); Green value is 230 (90.23% from 255 or 37.16% from 619); Blue value is 154 (60.55% from 255 or 24.88% from 619); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE69A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBE69A is #141965. Grayscale: #DFDFDF. Windows color (decimal): -1317222 or 10151659. OLE color: 10151659.

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

Color convert

RGB235230154-
CMYK00.020.340.08
HSL56.3º66.94%76.27%-
HSV(B)56.3º34.47%92.16%-
XYZ68.3976.5941.75-
YUV222.8389.16136.68-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.96%
GREEN value IS 230 (90.23% from 255) = 37.16%
BLUE value IS 154 (60.55% from 255) = 24.88%
R=37.96%
G=37.16%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523015400.020.340.0856.366.9476.27
HexEBE69A0222838434c
Octal35334623202421070103114
Binary111010111110011010011010010100010100011100010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE69A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE69A; }

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

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

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

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

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

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

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

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