#EFE15B

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

Shades of Manz #EFE15B

Tints of Manz #EFE15B

Color information

#EFE15B (or 0xEFE15B) is unknown color: approx Manz. HEX triplet: EF, E1 and 5B. RGB value is (239,225,91). Sum of RGB (Red+Green+Blue) = 239+225+91=555 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.06% from 555); Green value is 225 (88.28% from 255 or 40.54% from 555); Blue value is 91 (35.94% from 255 or 16.40% from 555); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE15B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE15B is #101EA4. Grayscale: #D6D6D6. Windows color (decimal): -1056421 or 6021615. OLE color: 6021615.

HSL color Cylindrical-coordinate representation of color #EFE15B: hue angle of 54.32º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EFE15B is Cyan = 0, Magento = 0.06, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB23922591-
CMYK00.060.620.06
HSL54.32º82.22%64.71%-
HSV(B)54.32º61.92%93.73%-
XYZ64.4172.9620.58-
YUV213.9158.64145.9-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.06%
GREEN value IS 225 (88.28% from 255) = 40.54%
BLUE value IS 91 (35.94% from 255) = 16.40%
R=43.06%
G=40.54%
B=16.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.62
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392259100.060.620.0654.3282.2264.71
HexEFE15B063E6365241
Octal3573411330676666122101
Binary11101111111000011011011011011111011011011010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE15B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE15B; }

 p { color: rgb(239,225,91); }

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

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

 a { background-color: rgb(239,225,91); }

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

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

 span { border-color: rgb(239,225,91); }

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