Html Css Color HEX #EBE85A Manz

📋 copy color: '#EBE85A'

red 235 ◦ green 232 ◦ blue 90

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

Shades of Manz #EBE85A

Tints of Manz #EBE85A

RGB

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

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

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

R = 42.19%
G = 41.65%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EBE85A (or 0xEBE85A) is known color: Manz. HEX triplet: EB, E8 and 5A. RGB value is (235,232,90). Sum of RGB (Red+Green+Blue) = 235+232+90=557 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.19% from 557); Green value is 232 (91.02% from 255 or 41.65% from 557); Blue value is 90 (35.55% from 255 or 16.16% from 557); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE85A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBE85A is #1417A5. Grayscale: #D9D9D9. Windows color (decimal): -1316774 or 5957867. OLE color: 5957867.

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

Color convert

RGB 235 232 90 -
CMYK 0 0.01 0.62 0.08
HSL 58.76º 0.78% 0.64% -
HSV(B) 58.76º 0.62% 0.92% -
XYZ 64.96 76.11 20.94 -
YUV 216.71 56.49 141.05 -
System Red Green Blue C M Y K H S L
Decimal 235 232 90 0 0.01 0.62 0.08 58.76 0.78 0.64
Hex EB E8 5A 0 1 3E 8 3B 4E 40
Octal 353 350 132 0 1 76 10 73 116 100
Binary 11101011 11101000 1011010 0 1 111110 1000 111011 1001110 1000000

Color Harmonies of #EBE85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE85A

Black with #EBE85A

Text Example


Text Example

White with #EBE85A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE85A; }

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

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

background-color css

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

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

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

border-color css

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

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

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