Html Css Color HEX #EFE059 Manz

📋 copy color: '#EFE059'

red 239 ◦ green 224 ◦ blue 89

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

Shades of Manz #EFE059

Tints of Manz #EFE059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 16.12%

R = 43.3%
G = 40.58%
B = 16.12%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#EFE059 (or 0xEFE059) is known color: Manz. HEX triplet: EF, E0 and 59. RGB value is (239,224,89). Sum of RGB (Red+Green+Blue) = 239+224+89=552 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.30% from 552); Green value is 224 (87.89% from 255 or 40.58% from 552); Blue value is 89 (35.16% from 255 or 16.12% from 552); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE059 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE059 is #101FA6. Grayscale: #D5D5D5. Windows color (decimal): -1056679 or 5890287. OLE color: 5890287.

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

Color convert

RGB 239 224 89 -
CMYK 0 0.06 0.63 0.06
HSL 54º 0.82% 0.64% -
HSV(B) 54º 0.63% 0.94% -
XYZ 64.06 72.38 20.05 -
YUV 213.1 57.97 146.48 -
System Red Green Blue C M Y K H S L
Decimal 239 224 89 0 0.06 0.63 0.06 54 0.82 0.64
Hex EF E0 59 0 6 3F 6 36 52 40
Octal 357 340 131 0 6 77 6 66 122 100
Binary 11101111 11100000 1011001 0 110 111111 110 110110 1010010 1000000

Color Harmonies of #EFE059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE059

Black with #EFE059

Text Example


Text Example

White with #EFE059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE059; }

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

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

background-color css

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

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

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

border-color css

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

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

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