Html Css Color HEX #EFE259 Manz

📋 copy color: '#EFE259'

red 239 ◦ green 226 ◦ blue 89

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

Shades of Manz #EFE259

Tints of Manz #EFE259

RGB

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

 GREEN value IS 226 (88.67% from 255) = 40.79%

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

R = 43.14%
G = 40.79%
B = 16.06%

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

#EFE259 (or 0xEFE259) is known color: Manz. HEX triplet: EF, E2 and 59. RGB value is (239,226,89). Sum of RGB (Red+Green+Blue) = 239+226+89=554 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.14% from 554); Green value is 226 (88.67% from 255 or 40.79% from 554); Blue value is 89 (35.16% from 255 or 16.06% from 554); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE259 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE259 is #101DA6. Grayscale: #D6D6D6. Windows color (decimal): -1056167 or 5890799. OLE color: 5890799.

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

Color convert

RGB 239 226 89 -
CMYK 0 0.05 0.63 0.06
HSL 54.8º 0.82% 0.64% -
HSV(B) 54.8º 0.63% 0.94% -
XYZ 64.6 73.46 20.23 -
YUV 214.27 57.31 145.64 -
System Red Green Blue C M Y K H S L
Decimal 239 226 89 0 0.05 0.63 0.06 54.8 0.82 0.64
Hex EF E2 59 0 5 3F 6 37 52 40
Octal 357 342 131 0 5 77 6 67 122 100
Binary 11101111 11100010 1011001 0 101 111111 110 110111 1010010 1000000

Color Harmonies of #EFE259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE259

Black with #EFE259

Text Example


Text Example

White with #EFE259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE259; }

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

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

background-color css

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

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

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

border-color css

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

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

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