Html Css Color HEX #EBDA50 Manz

📋 copy color: '#EBDA50'

red 235 ◦ green 218 ◦ blue 80

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

Shades of Manz #EBDA50

Tints of Manz #EBDA50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 15.01%

R = 44.09%
G = 40.9%
B = 15.01%

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

#EBDA50 (or 0xEBDA50) is known color: Manz. HEX triplet: EB, DA and 50. RGB value is (235,218,80). Sum of RGB (Red+Green+Blue) = 235+218+80=533 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.09% from 533); Green value is 218 (85.55% from 255 or 40.90% from 533); Blue value is 80 (31.64% from 255 or 15.01% from 533); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDA50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDA50 is #1425AF. Grayscale: #CFCFCF. Windows color (decimal): -1320368 or 5298923. OLE color: 5298923.

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

Color convert

RGB 235 218 80 -
CMYK 0 0.07 0.66 0.08
HSL 53.42º 0.79% 0.62% -
HSV(B) 53.42º 0.66% 0.92% -
XYZ 60.78 68.38 17.59 -
YUV 207.35 56.13 147.72 -
System Red Green Blue C M Y K H S L
Decimal 235 218 80 0 0.07 0.66 0.08 53.42 0.79 0.62
Hex EB DA 50 0 7 42 8 35 4F 3E
Octal 353 332 120 0 7 102 10 65 117 76
Binary 11101011 11011010 1010000 0 111 1000010 1000 110101 1001111 111110

Color Harmonies of #EBDA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDA50

Black with #EBDA50

Text Example


Text Example

White with #EBDA50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDA50; }

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

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

background-color css

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

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

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

border-color css

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

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

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