#E7E14B

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

Shades of Manz #E7E14B

Tints of Manz #E7E14B

Color information

#E7E14B (or 0xE7E14B) is unknown color: approx Manz. HEX triplet: E7, E1 and 4B. RGB value is (231,225,75). Sum of RGB (Red+Green+Blue) = 231+225+75=531 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.50% from 531); Green value is 225 (88.28% from 255 or 42.37% from 531); Blue value is 75 (29.69% from 255 or 14.12% from 531); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E14B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7E14B is #181EB4. Grayscale: #D2D2D2. Windows color (decimal): -1580725 or 4973031. OLE color: 4973031.

HSL color Cylindrical-coordinate representation of color #E7E14B: hue angle of 57.69º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E7E14B is Cyan = 0, Magento = 0.03, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB23122575-
CMYK00.030.680.09
HSL57.69º76.47%60%-
HSV(B)57.69º67.53%90.59%-
XYZ61.1571.3517.21-
YUV209.6951.99143.2-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.50%
GREEN value IS 225 (88.28% from 255) = 42.37%
BLUE value IS 75 (29.69% from 255) = 14.12%
R=43.50%
G=42.37%
B=14.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.68
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2312257500.030.680.0957.6976.4760
HexE7E14B034493a4c3c
Octal34734111303104117211474
Binary11100111111000011001011011100010010011110101001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7E14B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7E14B; }

 p { color: rgb(231,225,75); }

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

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

 a { background-color: rgb(231,225,75); }

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

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

 span { border-color: rgb(231,225,75); }

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