#EFE25D

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

Shades of Manz #EFE25D

Tints of Manz #EFE25D

Color information

#EFE25D (or 0xEFE25D) is unknown color: approx Manz. HEX triplet: EF, E2 and 5D. RGB value is (239,226,93). Sum of RGB (Red+Green+Blue) = 239+226+93=558 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.83% from 558); Green value is 226 (88.67% from 255 or 40.50% from 558); Blue value is 93 (36.72% from 255 or 16.67% from 558); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE25D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE25D is #101DA2. Grayscale: #D7D7D7. Windows color (decimal): -1056163 or 6152943. OLE color: 6152943.

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

Color convert

RGB23922693-
CMYK00.050.610.06
HSL54.66º82.02%65.1%-
HSV(B)54.66º61.09%93.73%-
XYZ64.7773.5321.14-
YUV214.7259.31145.31-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.83%
GREEN value IS 226 (88.67% from 255) = 40.50%
BLUE value IS 93 (36.72% from 255) = 16.67%
R=42.83%
G=40.50%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.61
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392269300.050.610.0654.6682.0265.1
HexEFE25D053D6375241
Octal3573421350575667122101
Binary11101111111000101011101010111110111011011110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE25D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE25D; }

 p { color: rgb(239,226,93); }

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

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

 a { background-color: rgb(239,226,93); }

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

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

 span { border-color: rgb(239,226,93); }

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