Html Css Color HEX #EFE355 Manz

📋 copy color: '#EFE355'

red 239 ◦ green 227 ◦ blue 85

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

Shades of Manz #EFE355

Tints of Manz #EFE355

RGB

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

 GREEN value IS 227 (89.06% from 255) = 41.2%

 BLUE value IS 85 (33.59% from 255) = 15.43%

R = 43.38%
G = 41.2%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#EFE355 (or 0xEFE355) is known color: Manz. HEX triplet: EF, E3 and 55. RGB value is (239,227,85). Sum of RGB (Red+Green+Blue) = 239+227+85=551 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.38% from 551); Green value is 227 (89.06% from 255 or 41.20% from 551); Blue value is 85 (33.59% from 255 or 15.43% from 551); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE355 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE355 is #101CAA. Grayscale: #D6D6D6. Windows color (decimal): -1055915 or 5628911. OLE color: 5628911.

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

Color convert

RGB 239 227 85 -
CMYK 0 0.05 0.64 0.06
HSL 55.32º 0.83% 0.64% -
HSV(B) 55.32º 0.64% 0.94% -
XYZ 64.71 73.94 19.46 -
YUV 214.4 54.98 145.55 -
System Red Green Blue C M Y K H S L
Decimal 239 227 85 0 0.05 0.64 0.06 55.32 0.83 0.64
Hex EF E3 55 0 5 40 6 37 53 40
Octal 357 343 125 0 5 100 6 67 123 100
Binary 11101111 11100011 1010101 0 101 1000000 110 110111 1010011 1000000

Color Harmonies of #EFE355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE355

Black with #EFE355

Text Example


Text Example

White with #EFE355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE355; }

 p { color: rgb(239,227,85); }

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

background-color css

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

 a { background-color: rgb(239,227,85); }

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

border-color css

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

 span { border-color: rgb(239,227,85); }

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