Html Css Color HEX #EBDB49 Manz

📋 copy color: '#EBDB49'

red 235 ◦ green 219 ◦ blue 73

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

Shades of Manz #EBDB49

Tints of Manz #EBDB49

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.56%

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

R = 44.59%
G = 41.56%
B = 13.85%

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

#EBDB49 (or 0xEBDB49) is known color: Manz. HEX triplet: EB, DB and 49. RGB value is (235,219,73). Sum of RGB (Red+Green+Blue) = 235+219+73=527 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.59% from 527); Green value is 219 (85.94% from 255 or 41.56% from 527); Blue value is 73 (28.91% from 255 or 13.85% from 527); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDB49 is #1424B6. Grayscale: #CFCFCF. Windows color (decimal): -1320119 or 4840427. OLE color: 4840427.

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

Color convert

RGB 235 219 73 -
CMYK 0 0.07 0.69 0.08
HSL 54.07º 0.8% 0.6% -
HSV(B) 54.07º 0.69% 0.92% -
XYZ 60.8 68.81 16.38 -
YUV 207.14 52.3 147.87 -
System Red Green Blue C M Y K H S L
Decimal 235 219 73 0 0.07 0.69 0.08 54.07 0.8 0.6
Hex EB DB 49 0 7 45 8 36 50 3C
Octal 353 333 111 0 7 105 10 66 120 74
Binary 11101011 11011011 1001001 0 111 1000101 1000 110110 1010000 111100

Color Harmonies of #EBDB49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDB49

Black with #EBDB49

Text Example


Text Example

White with #EBDB49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDB49; }

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

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

background-color css

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

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

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

border-color css

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

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

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