#E0E74B

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

Shades of Manz #E0E74B

Tints of Manz #E0E74B

Color information

#E0E74B (or 0xE0E74B) is unknown color: approx Manz. HEX triplet: E0, E7 and 4B. RGB value is (224,231,75). Sum of RGB (Red+Green+Blue) = 224+231+75=530 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.26% from 530); Green value is 231 (90.62% from 255 or 43.58% from 530); Blue value is 75 (29.69% from 255 or 14.15% from 530); Max value from RGB is 231 - color contains mainly: green. Hex color #E0E74B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0E74B is #1F18B4. Grayscale: #D3D3D3. Windows color (decimal): -2037941 or 4974560. OLE color: 4974560.

HSL color Cylindrical-coordinate representation of color #E0E74B: hue angle of 62.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 #E0E74B is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB22423175-
CMYK0.0300.680.09
HSL62.69º76.47%60%-
HSV(B)62.69º67.53%90.59%-
XYZ60.5973.5117.65-
YUV211.1251.18137.18-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.26%
GREEN value IS 231 (90.62% from 255) = 43.58%
BLUE value IS 75 (29.69% from 255) = 14.15%
R=42.26%
G=43.58%
B=14.15%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal224231750.0300.680.0962.6976.4760
HexE0E74B304493f4c3c
Octal34034711330104117711474
Binary11100000111001111001011110100010010011111111001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0E74B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0E74B; }

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

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

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

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

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

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

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

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