#EFE05B

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

Shades of Manz #EFE05B

Tints of Manz #EFE05B

Color information

#EFE05B (or 0xEFE05B) is unknown color: approx Manz. HEX triplet: EF, E0 and 5B. RGB value is (239,224,91). Sum of RGB (Red+Green+Blue) = 239+224+91=554 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.14% from 554); Green value is 224 (87.89% from 255 or 40.43% from 554); Blue value is 91 (35.94% from 255 or 16.43% from 554); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE05B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE05B is #101FA4. Grayscale: #D5D5D5. Windows color (decimal): -1056677 or 6021359. OLE color: 6021359.

HSL color Cylindrical-coordinate representation of color #EFE05B: hue angle of 53.92º 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 #EFE05B is Cyan = 0, Magento = 0.06, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB23922491-
CMYK00.060.620.06
HSL53.92º82.22%64.71%-
HSV(B)53.92º61.92%93.73%-
XYZ64.1472.4220.49-
YUV213.3258.97146.31-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.14%
GREEN value IS 224 (87.89% from 255) = 40.43%
BLUE value IS 91 (35.94% from 255) = 16.43%
R=43.14%
G=40.43%
B=16.43%

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
Decimal2392249100.060.620.0653.9282.2264.71
HexEFE05B063E6365241
Octal3573401330676666122101
Binary11101111111000001011011011011111011011011010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE05B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE05B; }

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

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

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

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

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

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

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

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