Html Css Color HEX #EBEA55 Manz

📋 copy color: '#EBEA55'

red 235 ◦ green 234 ◦ blue 85

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

Shades of Manz #EBEA55

Tints of Manz #EBEA55

RGB

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

 GREEN value IS 234 (91.8% from 255) = 42.24%

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

R = 42.42%
G = 42.24%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EBEA55 (or 0xEBEA55) is known color: Manz. HEX triplet: EB, EA and 55. RGB value is (235,234,85). Sum of RGB (Red+Green+Blue) = 235+234+85=554 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.42% from 554); Green value is 234 (91.80% from 255 or 42.24% from 554); Blue value is 85 (33.59% from 255 or 15.34% from 554); Max value from RGB is 235 - color contains mainly: red. Hex color #EBEA55 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBEA55 is #1415AA. Grayscale: #D9D9D9. Windows color (decimal): -1316267 or 5630699. OLE color: 5630699.

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

Color convert

RGB 235 234 85 -
CMYK 0 0.00 0.64 0.08
HSL 59.6º 0.79% 0.63% -
HSV(B) 59.6º 0.64% 0.92% -
XYZ 65.32 77.16 20.05 -
YUV 217.31 53.33 140.62 -
System Red Green Blue C M Y K H S L
Decimal 235 234 85 0 0.00 0.64 0.08 59.6 0.79 0.63
Hex EB EA 55 0 0 40 8 3C 4F 3F
Octal 353 352 125 0 0 100 10 74 117 77
Binary 11101011 11101010 1010101 0 0 1000000 1000 111100 1001111 111111

Color Harmonies of #EBEA55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBEA55

Black with #EBEA55

Text Example


Text Example

White with #EBEA55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBEA55; }

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

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

background-color css

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

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

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

border-color css

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

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

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