#EBE65A

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

Shades of Manz #EBE65A

Tints of Manz #EBE65A

Color information

#EBE65A (or 0xEBE65A) is unknown color: approx Manz. HEX triplet: EB, E6 and 5A. RGB value is (235,230,90). Sum of RGB (Red+Green+Blue) = 235+230+90=555 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.34% from 555); Green value is 230 (90.23% from 255 or 41.44% from 555); Blue value is 90 (35.55% from 255 or 16.22% from 555); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE65A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBE65A is #1419A5. Grayscale: #D8D8D8. Windows color (decimal): -1317286 or 5957355. OLE color: 5957355.

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

Color convert

RGB23523090-
CMYK00.020.620.08
HSL57.93º78.38%63.73%-
HSV(B)57.93º61.7%92.16%-
XYZ64.474.9920.75-
YUV215.5357.16141.88-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.34%
GREEN value IS 230 (90.23% from 255) = 41.44%
BLUE value IS 90 (35.55% from 255) = 16.22%
R=42.34%
G=41.44%
B=16.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.62
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352309000.020.620.0857.9378.3863.73
HexEBE65A023E83a4e40
Octal35334613202761072116100
Binary11101011111001101011010010111110100011101010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE65A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE65A; }

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

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

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

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

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

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

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

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