Html Css Color HEX #EFE258 Manz

📋 copy color: '#EFE258'

red 239 ◦ green 226 ◦ blue 88

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

Shades of Manz #EFE258

Tints of Manz #EFE258

RGB

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

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

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

R = 43.22%
G = 40.87%
B = 15.91%

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

#EFE258 (or 0xEFE258) is known color: Manz. HEX triplet: EF, E2 and 58. RGB value is (239,226,88). Sum of RGB (Red+Green+Blue) = 239+226+88=553 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.22% from 553); Green value is 226 (88.67% from 255 or 40.87% from 553); Blue value is 88 (34.77% from 255 or 15.91% from 553); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE258 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE258 is #101DA7. Grayscale: #D6D6D6. Windows color (decimal): -1056168 or 5825263. OLE color: 5825263.

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

Color convert

RGB 239 226 88 -
CMYK 0 0.05 0.63 0.06
HSL 54.83º 0.83% 0.64% -
HSV(B) 54.83º 0.63% 0.94% -
XYZ 64.55 73.45 20.01 -
YUV 214.16 56.81 145.72 -
System Red Green Blue C M Y K H S L
Decimal 239 226 88 0 0.05 0.63 0.06 54.83 0.83 0.64
Hex EF E2 58 0 5 3F 6 37 53 40
Octal 357 342 130 0 5 77 6 67 123 100
Binary 11101111 11100010 1011000 0 101 111111 110 110111 1010011 1000000

Color Harmonies of #EFE258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE258

Black with #EFE258

Text Example


Text Example

White with #EFE258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE258; }

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

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

background-color css

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

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

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

border-color css

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

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

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