Html Css Color HEX #EBDD49 Manz

📋 copy color: '#EBDD49'

red 235 ◦ green 221 ◦ blue 73

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

Shades of Manz #EBDD49

Tints of Manz #EBDD49

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.78%

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

R = 44.42%
G = 41.78%
B = 13.8%

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

#EBDD49 (or 0xEBDD49) is known color: Manz. HEX triplet: EB, DD and 49. RGB value is (235,221,73). Sum of RGB (Red+Green+Blue) = 235+221+73=529 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.42% from 529); Green value is 221 (86.72% from 255 or 41.78% from 529); Blue value is 73 (28.91% from 255 or 13.80% from 529); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDD49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDD49 is #1422B6. Grayscale: #D0D0D0. Windows color (decimal): -1319607 or 4840939. OLE color: 4840939.

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

Color convert

RGB 235 221 73 -
CMYK 0 0.06 0.69 0.08
HSL 54.81º 0.8% 0.6% -
HSV(B) 54.81º 0.69% 0.92% -
XYZ 61.32 69.86 16.56 -
YUV 208.31 51.64 147.03 -
System Red Green Blue C M Y K H S L
Decimal 235 221 73 0 0.06 0.69 0.08 54.81 0.8 0.6
Hex EB DD 49 0 6 45 8 37 50 3C
Octal 353 335 111 0 6 105 10 67 120 74
Binary 11101011 11011101 1001001 0 110 1000101 1000 110111 1010000 111100

Color Harmonies of #EBDD49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDD49

Black with #EBDD49

Text Example


Text Example

White with #EBDD49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDD49; }

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

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

background-color css

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

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

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

border-color css

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

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

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