Html Css Color HEX #EBDA51 Manz

📋 copy color: '#EBDA51'

red 235 ◦ green 218 ◦ blue 81

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

Shades of Manz #EBDA51

Tints of Manz #EBDA51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 15.17%

R = 44.01%
G = 40.82%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#EBDA51 (or 0xEBDA51) is known color: Manz. HEX triplet: EB, DA and 51. RGB value is (235,218,81). Sum of RGB (Red+Green+Blue) = 235+218+81=534 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.01% from 534); Green value is 218 (85.55% from 255 or 40.82% from 534); Blue value is 81 (32.03% from 255 or 15.17% from 534); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDA51 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDA51 is #1425AE. Grayscale: #D0D0D0. Windows color (decimal): -1320367 or 5364459. OLE color: 5364459.

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

Color convert

RGB 235 218 81 -
CMYK 0 0.07 0.66 0.08
HSL 53.38º 0.79% 0.62% -
HSV(B) 53.38º 0.66% 0.92% -
XYZ 60.82 68.4 17.78 -
YUV 207.47 56.63 147.64 -
System Red Green Blue C M Y K H S L
Decimal 235 218 81 0 0.07 0.66 0.08 53.38 0.79 0.62
Hex EB DA 51 0 7 42 8 35 4F 3E
Octal 353 332 121 0 7 102 10 65 117 76
Binary 11101011 11011010 1010001 0 111 1000010 1000 110101 1001111 111110

Color Harmonies of #EBDA51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDA51

Black with #EBDA51

Text Example


Text Example

White with #EBDA51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDA51; }

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

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

background-color css

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

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

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

border-color css

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

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

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