#EBD65A

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

Shades of Portica #EBD65A

Tints of Portica #EBD65A

Color information

#EBD65A (or 0xEBD65A) is unknown color: approx Portica. HEX triplet: EB, D6 and 5A. RGB value is (235,214,90). Sum of RGB (Red+Green+Blue) = 235+214+90=539 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.60% from 539); Green value is 214 (83.98% from 255 or 39.70% from 539); Blue value is 90 (35.55% from 255 or 16.70% from 539); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD65A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBD65A is #1429A5. Grayscale: #CECECE. Windows color (decimal): -1321382 or 5953259. OLE color: 5953259.

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

Color convert

RGB23521490-
CMYK00.090.620.08
HSL51.31º78.38%63.73%-
HSV(B)51.31º61.7%92.16%-
XYZ60.1566.4919.34-
YUV206.1462.46148.58-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.60%
GREEN value IS 214 (83.98% from 255) = 39.70%
BLUE value IS 90 (35.55% from 255) = 16.70%
R=43.60%
G=39.70%
B=16.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.62
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352149000.090.620.0851.3178.3863.73
HexEBD65A093E8334e40
Octal353326132011761063116100
Binary1110101111010110101101001001111110100011001110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD65A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD65A; }

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

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

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

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

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

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

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

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