#EBDF65

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

Shades of Manz #EBDF65

Tints of Manz #EBDF65

Color information

#EBDF65 (or 0xEBDF65) is unknown color: approx Manz. HEX triplet: EB, DF and 65. RGB value is (235,223,101). Sum of RGB (Red+Green+Blue) = 235+223+101=559 (74% of max value = 765). Red value is 235 (92.19% from 255 or 42.04% from 559); Green value is 223 (87.5% from 255 or 39.89% from 559); Blue value is 101 (39.84% from 255 or 18.07% from 559); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDF65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDF65 is #14209A. Grayscale: #D5D5D5. Windows color (decimal): -1319067 or 6676459. OLE color: 6676459.

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

Color convert

RGB235223101-
CMYK00.050.570.08
HSL54.63º77.01%65.88%-
HSV(B)54.63º57.02%92.16%-
XYZ6371.3822.77-
YUV212.6864.98143.92-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.04%
GREEN value IS 223 (87.5% from 255) = 39.89%
BLUE value IS 101 (39.84% from 255) = 18.07%
R=42.04%
G=39.89%
B=18.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.57
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522310100.050.570.0854.6377.0165.88
HexEBDF6505398374d42
Octal35333714505711067115102
Binary111010111101111111001010101111001100011011110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDF65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDF65; }

 p { color: rgb(235,223,101); }

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

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

 a { background-color: rgb(235,223,101); }

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

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

 span { border-color: rgb(235,223,101); }

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