#EBD85E

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

Shades of Portica #EBD85E

Tints of Portica #EBD85E

Color information

#EBD85E (or 0xEBD85E) is unknown color: approx Portica. HEX triplet: EB, D8 and 5E. RGB value is (235,216,94). Sum of RGB (Red+Green+Blue) = 235+216+94=545 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.12% from 545); Green value is 216 (84.77% from 255 or 39.63% from 545); Blue value is 94 (37.11% from 255 or 17.25% from 545); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD85E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBD85E is #1427A1. Grayscale: #D0D0D0. Windows color (decimal): -1320866 or 6215915. OLE color: 6215915.

HSL color Cylindrical-coordinate representation of color #EBD85E: hue angle of 51.91º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EBD85E is Cyan = 0, Magento = 0.08, Yellow = 0.6 and Black (K on CMYK) = 0.08.

Color convert

RGB23521694-
CMYK00.080.60.08
HSL51.91º77.9%64.51%-
HSV(B)51.91º60%92.16%-
XYZ60.8467.5820.43-
YUV207.7763.79147.42-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.12%
GREEN value IS 216 (84.77% from 255) = 39.63%
BLUE value IS 94 (37.11% from 255) = 17.25%
R=43.12%
G=39.63%
B=17.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.6
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352169400.080.60.0851.9177.964.51
HexEBD85E083C8344e41
Octal353330136010741064116101
Binary1110101111011000101111001000111100100011010010011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD85E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD85E; }

 p { color: rgb(235,216,94); }

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

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

 a { background-color: rgb(235,216,94); }

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

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

 span { border-color: rgb(235,216,94); }

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