#EFE05A

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

Shades of Manz #EFE05A

Tints of Manz #EFE05A

Color information

#EFE05A (or 0xEFE05A) is unknown color: approx Manz. HEX triplet: EF, E0 and 5A. RGB value is (239,224,90). Sum of RGB (Red+Green+Blue) = 239+224+90=553 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.22% from 553); Green value is 224 (87.89% from 255 or 40.51% from 553); Blue value is 90 (35.55% from 255 or 16.27% from 553); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE05A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE05A is #101FA5. Grayscale: #D5D5D5. Windows color (decimal): -1056678 or 5955823. OLE color: 5955823.

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

Color convert

RGB23922490-
CMYK00.060.620.06
HSL53.96º82.32%64.51%-
HSV(B)53.96º62.34%93.73%-
XYZ64.172.420.27-
YUV213.2158.47146.4-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.22%
GREEN value IS 224 (87.89% from 255) = 40.51%
BLUE value IS 90 (35.55% from 255) = 16.27%
R=43.22%
G=40.51%
B=16.27%

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
Decimal2392249000.060.620.0653.9682.3264.51
HexEFE05A063E6365241
Octal3573401320676666122101
Binary11101111111000001011010011011111011011011010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE05A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE05A; }

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

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

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

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

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

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

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

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