Html Css Color HEX #EBE955 Manz

📋 copy color: '#EBE955'

red 235 ◦ green 233 ◦ blue 85

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

Shades of Manz #EBE955

Tints of Manz #EBE955

RGB

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

 GREEN value IS 233 (91.41% from 255) = 42.13%

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

R = 42.5%
G = 42.13%
B = 15.37%

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

#EBE955 (or 0xEBE955) is known color: Manz. HEX triplet: EB, E9 and 55. RGB value is (235,233,85). Sum of RGB (Red+Green+Blue) = 235+233+85=553 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.50% from 553); Green value is 233 (91.41% from 255 or 42.13% from 553); Blue value is 85 (33.59% from 255 or 15.37% from 553); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE955 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBE955 is #1416AA. Grayscale: #D9D9D9. Windows color (decimal): -1316523 or 5630443. OLE color: 5630443.

HSL color Cylindrical-coordinate representation of color #EBE955: hue angle of 59.2º 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 #EBE955 is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 233 85 -
CMYK 0 0.01 0.64 0.08
HSL 59.2º 0.79% 0.63% -
HSV(B) 59.2º 0.64% 0.92% -
XYZ 65.04 76.6 19.95 -
YUV 216.73 53.66 141.03 -
System Red Green Blue C M Y K H S L
Decimal 235 233 85 0 0.01 0.64 0.08 59.2 0.79 0.63
Hex EB E9 55 0 1 40 8 3B 4F 3F
Octal 353 351 125 0 1 100 10 73 117 77
Binary 11101011 11101001 1010101 0 1 1000000 1000 111011 1001111 111111

Color Harmonies of #EBE955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE955

Black with #EBE955

Text Example


Text Example

White with #EBE955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE955; }

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

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

background-color css

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

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

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

border-color css

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

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

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