Html Css Color HEX #EBE552 Manz

📋 copy color: '#EBE552'

red 235 ◦ green 229 ◦ blue 82

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

Shades of Manz #EBE552

Tints of Manz #EBE552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 15.02%

R = 43.04%
G = 41.94%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#EBE552 (or 0xEBE552) is known color: Manz. HEX triplet: EB, E5 and 52. RGB value is (235,229,82). Sum of RGB (Red+Green+Blue) = 235+229+82=546 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.04% from 546); Green value is 229 (89.84% from 255 or 41.94% from 546); Blue value is 82 (32.42% from 255 or 15.02% from 546); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE552 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBE552 is #141AAD. Grayscale: #D6D6D6. Windows color (decimal): -1317550 or 5432811. OLE color: 5432811.

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

Color convert

RGB 235 229 82 -
CMYK 0 0.03 0.65 0.08
HSL 57.65º 0.79% 0.62% -
HSV(B) 57.65º 0.65% 0.92% -
XYZ 63.8 74.31 18.96 -
YUV 214.04 53.49 142.95 -
System Red Green Blue C M Y K H S L
Decimal 235 229 82 0 0.03 0.65 0.08 57.65 0.79 0.62
Hex EB E5 52 0 3 41 8 3A 4F 3E
Octal 353 345 122 0 3 101 10 72 117 76
Binary 11101011 11100101 1010010 0 11 1000001 1000 111010 1001111 111110

Color Harmonies of #EBE552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE552

Black with #EBE552

Text Example


Text Example

White with #EBE552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE552; }

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

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

background-color css

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

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

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

border-color css

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

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

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