Html Css Color HEX #EBDA52 Manz

📋 copy color: '#EBDA52'

red 235 ◦ green 218 ◦ blue 82

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

Shades of Manz #EBDA52

Tints of Manz #EBDA52

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.75%

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

R = 43.93%
G = 40.75%
B = 15.33%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#EBDA52 (or 0xEBDA52) is known color: Manz. HEX triplet: EB, DA and 52. RGB value is (235,218,82). Sum of RGB (Red+Green+Blue) = 235+218+82=535 (70% of max value = 765). Red value is 235 (92.19% from 255 or 43.93% from 535); Green value is 218 (85.55% from 255 or 40.75% from 535); Blue value is 82 (32.42% from 255 or 15.33% from 535); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDA52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDA52 is #1425AD. Grayscale: #D0D0D0. Windows color (decimal): -1320366 or 5429995. OLE color: 5429995.

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

Color convert

RGB 235 218 82 -
CMYK 0 0.07 0.65 0.08
HSL 53.33º 0.79% 0.62% -
HSV(B) 53.33º 0.65% 0.92% -
XYZ 60.86 68.41 17.98 -
YUV 207.58 57.13 147.56 -
System Red Green Blue C M Y K H S L
Decimal 235 218 82 0 0.07 0.65 0.08 53.33 0.79 0.62
Hex EB DA 52 0 7 41 8 35 4F 3E
Octal 353 332 122 0 7 101 10 65 117 76
Binary 11101011 11011010 1010010 0 111 1000001 1000 110101 1001111 111110

Color Harmonies of #EBDA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDA52

Black with #EBDA52

Text Example


Text Example

White with #EBDA52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDA52; }

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

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

background-color css

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

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

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

border-color css

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

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

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