#EBE79A

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

Shades of Portafino #EBE79A

Tints of Portafino #EBE79A

Color information

#EBE79A (or 0xEBE79A) is unknown color: approx Portafino. HEX triplet: EB, E7 and 9A. RGB value is (235,231,154). Sum of RGB (Red+Green+Blue) = 235+231+154=620 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.90% from 620); Green value is 231 (90.62% from 255 or 37.26% from 620); Blue value is 154 (60.55% from 255 or 24.84% from 620); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE79A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBE79A is #141865. Grayscale: #DFDFDF. Windows color (decimal): -1316966 or 10151915. OLE color: 10151915.

HSL color Cylindrical-coordinate representation of color #EBE79A: hue angle of 57.04º 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 #EBE79A is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB235231154-
CMYK00.020.340.08
HSL57.04º66.94%76.27%-
HSV(B)57.04º34.47%92.16%-
XYZ68.6777.1541.84-
YUV223.4288.83136.26-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.90%
GREEN value IS 231 (90.62% from 255) = 37.26%
BLUE value IS 154 (60.55% from 255) = 24.84%
R=37.90%
G=37.26%
B=24.84%

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
Decimal23523115400.020.340.0857.0466.9476.27
HexEBE79A0222839434c
Octal35334723202421071103114
Binary111010111110011110011010010100010100011100110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE79A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE79A; }

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

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

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

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

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

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

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

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