Html Css Color HEX #EFE05B Manz

📋 copy color: '#EFE05B'

red 239 ◦ green 224 ◦ blue 91

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

Shades of Manz #EFE05B

Tints of Manz #EFE05B

RGB

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

 GREEN value IS 224 (87.89% from 255) = 40.43%

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

R = 43.14%
G = 40.43%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#EFE05B (or 0xEFE05B) is known color: Manz. HEX triplet: EF, E0 and 5B. RGB value is (239,224,91). Sum of RGB (Red+Green+Blue) = 239+224+91=554 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.14% from 554); Green value is 224 (87.89% from 255 or 40.43% from 554); Blue value is 91 (35.94% from 255 or 16.43% from 554); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE05B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE05B is #101FA4. Grayscale: #D5D5D5. Windows color (decimal): -1056677 or 6021359. OLE color: 6021359.

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

Color convert

RGB 239 224 91 -
CMYK 0 0.06 0.62 0.06
HSL 53.92º 0.82% 0.65% -
HSV(B) 53.92º 0.62% 0.94% -
XYZ 64.14 72.42 20.49 -
YUV 213.32 58.97 146.31 -
System Red Green Blue C M Y K H S L
Decimal 239 224 91 0 0.06 0.62 0.06 53.92 0.82 0.65
Hex EF E0 5B 0 6 3E 6 36 52 41
Octal 357 340 133 0 6 76 6 66 122 101
Binary 11101111 11100000 1011011 0 110 111110 110 110110 1010010 1000001

Color Harmonies of #EFE05B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE05B

Black with #EFE05B

Text Example


Text Example

White with #EFE05B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE05B; }

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

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

background-color css

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

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

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

border-color css

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

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

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