Html Css Color HEX #EFE25B Manz

📋 copy color: '#EFE25B'

red 239 ◦ green 226 ◦ blue 91

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

Shades of Manz #EFE25B

Tints of Manz #EFE25B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 16.37%

R = 42.99%
G = 40.65%
B = 16.37%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#EFE25B (or 0xEFE25B) is known color: Manz. HEX triplet: EF, E2 and 5B. RGB value is (239,226,91). Sum of RGB (Red+Green+Blue) = 239+226+91=556 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.99% from 556); Green value is 226 (88.67% from 255 or 40.65% from 556); Blue value is 91 (35.94% from 255 or 16.37% from 556); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE25B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE25B is #101DA4. Grayscale: #D7D7D7. Windows color (decimal): -1056165 or 6021871. OLE color: 6021871.

HSL color Cylindrical-coordinate representation of color #EFE25B: hue angle of 54.73º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EFE25B is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 226 91 -
CMYK 0 0.05 0.62 0.06
HSL 54.73º 0.82% 0.65% -
HSV(B) 54.73º 0.62% 0.94% -
XYZ 64.68 73.5 20.68 -
YUV 214.5 58.31 145.48 -
System Red Green Blue C M Y K H S L
Decimal 239 226 91 0 0.05 0.62 0.06 54.73 0.82 0.65
Hex EF E2 5B 0 5 3E 6 37 52 41
Octal 357 342 133 0 5 76 6 67 122 101
Binary 11101111 11100010 1011011 0 101 111110 110 110111 1010010 1000001

Color Harmonies of #EFE25B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE25B

Black with #EFE25B

Text Example


Text Example

White with #EFE25B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE25B; }

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

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

background-color css

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

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

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

border-color css

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

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

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