#EBE04F

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

Shades of Manz #EBE04F

Tints of Manz #EBE04F

Color information

#EBE04F (or 0xEBE04F) is unknown color: approx Manz. HEX triplet: EB, E0 and 4F. RGB value is (235,224,79). Sum of RGB (Red+Green+Blue) = 235+224+79=538 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.68% from 538); Green value is 224 (87.89% from 255 or 41.64% from 538); Blue value is 79 (31.25% from 255 or 14.68% from 538); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE04F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBE04F is #141FB0. Grayscale: #D3D3D3. Windows color (decimal): -1318833 or 5234923. OLE color: 5234923.

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

Color convert

RGB23522479-
CMYK00.050.660.08
HSL55.77º79.59%61.57%-
HSV(B)55.77º66.38%92.16%-
XYZ62.3371.5417.92-
YUV210.7653.64145.29-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.68%
GREEN value IS 224 (87.89% from 255) = 41.64%
BLUE value IS 79 (31.25% from 255) = 14.68%
R=43.68%
G=41.64%
B=14.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.66
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352247900.050.660.0855.7779.5961.57
HexEBE04F0542838503e
Octal35334011705102107012076
Binary111010111110000010011110101100001010001110001010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE04F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE04F; }

 p { color: rgb(235,224,79); }

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

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

 a { background-color: rgb(235,224,79); }

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

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

 span { border-color: rgb(235,224,79); }

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