Html Css Color HEX #EBE55A Manz

📋 copy color: '#EBE55A'

red 235 ◦ green 229 ◦ blue 90

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

Shades of Manz #EBE55A

Tints of Manz #EBE55A

RGB

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

 GREEN value IS 229 (89.84% from 255) = 41.34%

 BLUE value IS 90 (35.55% from 255) = 16.25%

R = 42.42%
G = 41.34%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EBE55A (or 0xEBE55A) is known color: Manz. HEX triplet: EB, E5 and 5A. RGB value is (235,229,90). Sum of RGB (Red+Green+Blue) = 235+229+90=554 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.42% from 554); Green value is 229 (89.84% from 255 or 41.34% from 554); Blue value is 90 (35.55% from 255 or 16.25% from 554); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE55A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBE55A is #141AA5. Grayscale: #D7D7D7. Windows color (decimal): -1317542 or 5957099. OLE color: 5957099.

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

Color convert

RGB 235 229 90 -
CMYK 0 0.03 0.62 0.08
HSL 57.52º 0.78% 0.64% -
HSV(B) 57.52º 0.62% 0.92% -
XYZ 64.13 74.44 20.66 -
YUV 214.95 57.49 142.3 -
System Red Green Blue C M Y K H S L
Decimal 235 229 90 0 0.03 0.62 0.08 57.52 0.78 0.64
Hex EB E5 5A 0 3 3E 8 3A 4E 40
Octal 353 345 132 0 3 76 10 72 116 100
Binary 11101011 11100101 1011010 0 11 111110 1000 111010 1001110 1000000

Color Harmonies of #EBE55A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE55A

Black with #EBE55A

Text Example


Text Example

White with #EBE55A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE55A; }

 p { color: rgb(235,229,90); }

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

background-color css

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

 a { background-color: rgb(235,229,90); }

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

border-color css

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

 span { border-color: rgb(235,229,90); }

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