Html Css Color HEX #EBE954 Manz

📋 copy color: '#EBE954'

red 235 ◦ green 233 ◦ blue 84

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

Shades of Manz #EBE954

Tints of Manz #EBE954

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 15.22%

R = 42.57%
G = 42.21%
B = 15.22%

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

#EBE954 (or 0xEBE954) is known color: Manz. HEX triplet: EB, E9 and 54. RGB value is (235,233,84). Sum of RGB (Red+Green+Blue) = 235+233+84=552 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.57% from 552); Green value is 233 (91.41% from 255 or 42.21% from 552); Blue value is 84 (33.20% from 255 or 15.22% from 552); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE954 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBE954 is #1416AB. Grayscale: #D9D9D9. Windows color (decimal): -1316524 or 5564907. OLE color: 5564907.

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

Color convert

RGB 235 233 84 -
CMYK 0 0.01 0.64 0.08
HSL 59.21º 0.79% 0.63% -
HSV(B) 59.21º 0.64% 0.92% -
XYZ 65 76.58 19.74 -
YUV 216.61 53.16 141.12 -
System Red Green Blue C M Y K H S L
Decimal 235 233 84 0 0.01 0.64 0.08 59.21 0.79 0.63
Hex EB E9 54 0 1 40 8 3B 4F 3F
Octal 353 351 124 0 1 100 10 73 117 77
Binary 11101011 11101001 1010100 0 1 1000000 1000 111011 1001111 111111

Color Harmonies of #EBE954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE954

Black with #EBE954

Text Example


Text Example

White with #EBE954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE954; }

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

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

background-color css

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

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

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

border-color css

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

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

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