Html Css Color HEX #EBDA49 Manz

📋 copy color: '#EBDA49'

red 235 ◦ green 218 ◦ blue 73

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

Shades of Manz #EBDA49

Tints of Manz #EBDA49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 13.88%

R = 44.68%
G = 41.44%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EBDA49 (or 0xEBDA49) is known color: Manz. HEX triplet: EB, DA and 49. RGB value is (235,218,73). Sum of RGB (Red+Green+Blue) = 235+218+73=526 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.68% from 526); Green value is 218 (85.55% from 255 or 41.44% from 526); Blue value is 73 (28.91% from 255 or 13.88% from 526); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDA49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDA49 is #1425B6. Grayscale: #CFCFCF. Windows color (decimal): -1320375 or 4840171. OLE color: 4840171.

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

Color convert

RGB 235 218 73 -
CMYK 0 0.07 0.69 0.08
HSL 53.7º 0.8% 0.6% -
HSV(B) 53.7º 0.69% 0.92% -
XYZ 60.53 68.29 16.29 -
YUV 206.55 52.63 148.29 -
System Red Green Blue C M Y K H S L
Decimal 235 218 73 0 0.07 0.69 0.08 53.7 0.8 0.6
Hex EB DA 49 0 7 45 8 36 50 3C
Octal 353 332 111 0 7 105 10 66 120 74
Binary 11101011 11011010 1001001 0 111 1000101 1000 110110 1010000 111100

Color Harmonies of #EBDA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDA49

Black with #EBDA49

Text Example


Text Example

White with #EBDA49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDA49; }

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

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

background-color css

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

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

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

border-color css

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

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

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