Html Css Color HEX #EFE359 Manz

📋 copy color: '#EFE359'

red 239 ◦ green 227 ◦ blue 89

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

Shades of Manz #EFE359

Tints of Manz #EFE359

RGB

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

 GREEN value IS 227 (89.06% from 255) = 40.9%

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

R = 43.06%
G = 40.9%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#EFE359 (or 0xEFE359) is known color: Manz. HEX triplet: EF, E3 and 59. RGB value is (239,227,89). Sum of RGB (Red+Green+Blue) = 239+227+89=555 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.06% from 555); Green value is 227 (89.06% from 255 or 40.90% from 555); Blue value is 89 (35.16% from 255 or 16.04% from 555); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE359 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE359 is #101CA6. Grayscale: #D7D7D7. Windows color (decimal): -1055911 or 5891055. OLE color: 5891055.

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

Color convert

RGB 239 227 89 -
CMYK 0 0.05 0.63 0.06
HSL 55.2º 0.82% 0.64% -
HSV(B) 55.2º 0.63% 0.94% -
XYZ 64.87 74.01 20.32 -
YUV 214.86 56.98 145.22 -
System Red Green Blue C M Y K H S L
Decimal 239 227 89 0 0.05 0.63 0.06 55.2 0.82 0.64
Hex EF E3 59 0 5 3F 6 37 52 40
Octal 357 343 131 0 5 77 6 67 122 100
Binary 11101111 11100011 1011001 0 101 111111 110 110111 1010010 1000000

Color Harmonies of #EFE359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE359

Black with #EFE359

Text Example


Text Example

White with #EFE359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE359; }

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

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

background-color css

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

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

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

border-color css

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

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

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