Html Css Color HEX #EFE158 Manz

📋 copy color: '#EFE158'

red 239 ◦ green 225 ◦ blue 88

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

Shades of Manz #EFE158

Tints of Manz #EFE158

RGB

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

 GREEN value IS 225 (88.28% from 255) = 40.76%

 BLUE value IS 88 (34.77% from 255) = 15.94%

R = 43.3%
G = 40.76%
B = 15.94%

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

#EFE158 (or 0xEFE158) is known color: Manz. HEX triplet: EF, E1 and 58. RGB value is (239,225,88). Sum of RGB (Red+Green+Blue) = 239+225+88=552 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.30% from 552); Green value is 225 (88.28% from 255 or 40.76% from 552); Blue value is 88 (34.77% from 255 or 15.94% from 552); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE158 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE158 is #101EA7. Grayscale: #D6D6D6. Windows color (decimal): -1056424 or 5825007. OLE color: 5825007.

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

Color convert

RGB 239 225 88 -
CMYK 0 0.06 0.63 0.06
HSL 54.44º 0.83% 0.64% -
HSV(B) 54.44º 0.63% 0.94% -
XYZ 64.28 72.91 19.92 -
YUV 213.57 57.14 146.14 -
System Red Green Blue C M Y K H S L
Decimal 239 225 88 0 0.06 0.63 0.06 54.44 0.83 0.64
Hex EF E1 58 0 6 3F 6 36 53 40
Octal 357 341 130 0 6 77 6 66 123 100
Binary 11101111 11100001 1011000 0 110 111111 110 110110 1010011 1000000

Color Harmonies of #EFE158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE158

Black with #EFE158

Text Example


Text Example

White with #EFE158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE158; }

 p { color: rgb(239,225,88); }

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

background-color css

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

 a { background-color: rgb(239,225,88); }

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

border-color css

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

 span { border-color: rgb(239,225,88); }

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