Html Css Color HEX #EFE057 Manz

📋 copy color: '#EFE057'

red 239 ◦ green 224 ◦ blue 87

#EFE057
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Manz #EFE057

Tints of Manz #EFE057

RGB

 RED value IS 239 (93.75% from 255) = 43.45%

 GREEN value IS 224 (87.89% from 255) = 40.73%

 BLUE value IS 87 (34.38% from 255) = 15.82%

R = 43.45%
G = 40.73%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#EFE057 (or 0xEFE057) is known color: Manz. HEX triplet: EF, E0 and 57. RGB value is (239,224,87). Sum of RGB (Red+Green+Blue) = 239+224+87=550 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.45% from 550); Green value is 224 (87.89% from 255 or 40.73% from 550); Blue value is 87 (34.38% from 255 or 15.82% from 550); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE057 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE057 is #101FA8. Grayscale: #D5D5D5. Windows color (decimal): -1056681 or 5759215. OLE color: 5759215.

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

Color convert

RGB 239 224 87 -
CMYK 0 0.06 0.64 0.06
HSL 54.08º 0.83% 0.64% -
HSV(B) 54.08º 0.64% 0.94% -
XYZ 63.97 72.35 19.61 -
YUV 212.87 56.97 146.64 -
System Red Green Blue C M Y K H S L
Decimal 239 224 87 0 0.06 0.64 0.06 54.08 0.83 0.64
Hex EF E0 57 0 6 40 6 36 53 40
Octal 357 340 127 0 6 100 6 66 123 100
Binary 11101111 11100000 1010111 0 110 1000000 110 110110 1010011 1000000

Color Harmonies of #EFE057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE057

Black with #EFE057

Text Example


Text Example

White with #EFE057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE057; }

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

 H1.HeaderClassName
 {
   color: #EFE057;
 }
 .AnyTagClassName
 {
   color: #EFE057;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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