Html Css Color HEX #EFE15F Manz

📋 copy color: '#EFE15F'

red 239 ◦ green 225 ◦ blue 95

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

Shades of Manz #EFE15F

Tints of Manz #EFE15F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 16.99%

R = 42.75%
G = 40.25%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#EFE15F (or 0xEFE15F) is known color: Manz. HEX triplet: EF, E1 and 5F. RGB value is (239,225,95). Sum of RGB (Red+Green+Blue) = 239+225+95=559 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.75% from 559); Green value is 225 (88.28% from 255 or 40.25% from 559); Blue value is 95 (37.5% from 255 or 16.99% from 559); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE15F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE15F is #101EA0. Grayscale: #D6D6D6. Windows color (decimal): -1056417 or 6283759. OLE color: 6283759.

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

Color convert

RGB 239 225 95 -
CMYK 0 0.06 0.60 0.06
HSL 54.17º 0.82% 0.65% -
HSV(B) 54.17º 0.6% 0.94% -
XYZ 64.59 73.03 21.52 -
YUV 214.37 60.64 145.57 -
System Red Green Blue C M Y K H S L
Decimal 239 225 95 0 0.06 0.60 0.06 54.17 0.82 0.65
Hex EF E1 5F 0 6 3C 6 36 52 41
Octal 357 341 137 0 6 74 6 66 122 101
Binary 11101111 11100001 1011111 0 110 111100 110 110110 1010010 1000001

Color Harmonies of #EFE15F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE15F

Black with #EFE15F

Text Example


Text Example

White with #EFE15F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE15F; }

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

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

background-color css

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

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

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

border-color css

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

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

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