#EBD45A

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

Shades of Portica #EBD45A

Tints of Portica #EBD45A

Color information

#EBD45A (or 0xEBD45A) is unknown color: approx Portica. HEX triplet: EB, D4 and 5A. RGB value is (235,212,90). Sum of RGB (Red+Green+Blue) = 235+212+90=537 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.76% from 537); Green value is 212 (83.20% from 255 or 39.48% from 537); Blue value is 90 (35.55% from 255 or 16.76% from 537); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD45A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBD45A is #142BA5. Grayscale: #CDCDCD. Windows color (decimal): -1321894 or 5952747. OLE color: 5952747.

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

Color convert

RGB23521290-
CMYK00.100.620.08
HSL50.48º78.38%63.73%-
HSV(B)50.48º61.7%92.16%-
XYZ59.6565.4919.17-
YUV204.9763.12149.42-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.76%
GREEN value IS 212 (83.20% from 255) = 39.48%
BLUE value IS 90 (35.55% from 255) = 16.76%
R=43.76%
G=39.48%
B=16.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.62
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352129000.100.620.0850.4878.3863.73
HexEBD45A0A3E8324e40
Octal353324132012761062116100
Binary1110101111010100101101001010111110100011001010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD45A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD45A; }

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

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

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

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

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

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

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

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