Html Css Color HEX #EBDC49 Manz

📋 copy color: '#EBDC49'

red 235 ◦ green 220 ◦ blue 73

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

Shades of Manz #EBDC49

Tints of Manz #EBDC49

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.67%

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

R = 44.51%
G = 41.67%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EBDC49 (or 0xEBDC49) is known color: Manz. HEX triplet: EB, DC and 49. RGB value is (235,220,73). Sum of RGB (Red+Green+Blue) = 235+220+73=528 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.51% from 528); Green value is 220 (86.33% from 255 or 41.67% from 528); Blue value is 73 (28.91% from 255 or 13.83% from 528); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDC49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDC49 is #1423B6. Grayscale: #D0D0D0. Windows color (decimal): -1319863 or 4840683. OLE color: 4840683.

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

Color convert

RGB 235 220 73 -
CMYK 0 0.06 0.69 0.08
HSL 54.44º 0.8% 0.6% -
HSV(B) 54.44º 0.69% 0.92% -
XYZ 61.06 69.33 16.47 -
YUV 207.73 51.97 147.45 -
System Red Green Blue C M Y K H S L
Decimal 235 220 73 0 0.06 0.69 0.08 54.44 0.8 0.6
Hex EB DC 49 0 6 45 8 36 50 3C
Octal 353 334 111 0 6 105 10 66 120 74
Binary 11101011 11011100 1001001 0 110 1000101 1000 110110 1010000 111100

Color Harmonies of #EBDC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDC49

Black with #EBDC49

Text Example


Text Example

White with #EBDC49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDC49; }

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

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

background-color css

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

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

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

border-color css

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

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

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