Html Css Color HEX #EBE855 Manz

📋 copy color: '#EBE855'

red 235 ◦ green 232 ◦ blue 85

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

Shades of Manz #EBE855

Tints of Manz #EBE855

RGB

 RED value IS 235 (92.19% from 255) = 42.57%

 GREEN value IS 232 (91.02% from 255) = 42.03%

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

R = 42.57%
G = 42.03%
B = 15.4%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EBE855 (or 0xEBE855) is known color: Manz. HEX triplet: EB, E8 and 55. RGB value is (235,232,85). Sum of RGB (Red+Green+Blue) = 235+232+85=552 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.57% from 552); Green value is 232 (91.02% from 255 or 42.03% from 552); Blue value is 85 (33.59% from 255 or 15.40% from 552); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE855 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBE855 is #1417AA. Grayscale: #D8D8D8. Windows color (decimal): -1316779 or 5630187. OLE color: 5630187.

HSL color Cylindrical-coordinate representation of color #EBE855: hue angle of 58.8º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EBE855 is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 232 85 -
CMYK 0 0.01 0.64 0.08
HSL 58.8º 0.79% 0.63% -
HSV(B) 58.8º 0.64% 0.92% -
XYZ 64.76 76.03 19.86 -
YUV 216.14 53.99 141.45 -
System Red Green Blue C M Y K H S L
Decimal 235 232 85 0 0.01 0.64 0.08 58.8 0.79 0.63
Hex EB E8 55 0 1 40 8 3B 4F 3F
Octal 353 350 125 0 1 100 10 73 117 77
Binary 11101011 11101000 1010101 0 1 1000000 1000 111011 1001111 111111

Color Harmonies of #EBE855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE855

Black with #EBE855

Text Example


Text Example

White with #EBE855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE855; }

 p { color: rgb(235,232,85); }

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

background-color css

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

 a { background-color: rgb(235,232,85); }

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

border-color css

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

 span { border-color: rgb(235,232,85); }

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