#EBCA5A

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

Shades of Portica #EBCA5A

Tints of Portica #EBCA5A

Color information

#EBCA5A (or 0xEBCA5A) is unknown color: approx Portica. HEX triplet: EB, CA and 5A. RGB value is (235,202,90). Sum of RGB (Red+Green+Blue) = 235+202+90=527 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.59% from 527); Green value is 202 (79.30% from 255 or 38.33% from 527); Blue value is 90 (35.55% from 255 or 17.08% from 527); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCA5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBCA5A is #1435A5. Grayscale: #C7C7C7. Windows color (decimal): -1324454 or 5950187. OLE color: 5950187.

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

Color convert

RGB23520290-
CMYK00.140.620.08
HSL46.34º78.38%63.73%-
HSV(B)46.34º61.7%92.16%-
XYZ57.2360.6418.36-
YUV199.166.43153.61-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.59%
GREEN value IS 202 (79.30% from 255) = 38.33%
BLUE value IS 90 (35.55% from 255) = 17.08%
R=44.59%
G=38.33%
B=17.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.62
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352029000.140.620.0846.3478.3863.73
HexEBCA5A0E3E82e4e40
Octal353312132016761056116100
Binary1110101111001010101101001110111110100010111010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCA5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCA5A; }

 p { color: rgb(235,202,90); }

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

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

 a { background-color: rgb(235,202,90); }

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

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

 span { border-color: rgb(235,202,90); }

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