Html Css Color HEX #EFE056 Manz

📋 copy color: '#EFE056'

red 239 ◦ green 224 ◦ blue 86

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

Shades of Manz #EFE056

Tints of Manz #EFE056

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 15.66%

R = 43.53%
G = 40.8%
B = 15.66%

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

#EFE056 (or 0xEFE056) is known color: Manz. HEX triplet: EF, E0 and 56. RGB value is (239,224,86). Sum of RGB (Red+Green+Blue) = 239+224+86=549 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.53% from 549); Green value is 224 (87.89% from 255 or 40.80% from 549); Blue value is 86 (33.98% from 255 or 15.66% from 549); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE056 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE056 is #101FA9. Grayscale: #D5D5D5. Windows color (decimal): -1056682 or 5693679. OLE color: 5693679.

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

Color convert

RGB 239 224 86 -
CMYK 0 0.06 0.64 0.06
HSL 54.12º 0.83% 0.64% -
HSV(B) 54.12º 0.64% 0.94% -
XYZ 63.93 72.33 19.4 -
YUV 212.75 56.47 146.72 -
System Red Green Blue C M Y K H S L
Decimal 239 224 86 0 0.06 0.64 0.06 54.12 0.83 0.64
Hex EF E0 56 0 6 40 6 36 53 40
Octal 357 340 126 0 6 100 6 66 123 100
Binary 11101111 11100000 1010110 0 110 1000000 110 110110 1010011 1000000

Color Harmonies of #EFE056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE056

Black with #EFE056

Text Example


Text Example

White with #EFE056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE056; }

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

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

background-color css

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

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

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

border-color css

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

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

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