Html Css Color HEX #EBDC50 Manz

📋 copy color: '#EBDC50'

red 235 ◦ green 220 ◦ blue 80

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

Shades of Manz #EBDC50

Tints of Manz #EBDC50

RGB

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

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

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

R = 43.93%
G = 41.12%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#EBDC50 (or 0xEBDC50) is known color: Manz. HEX triplet: EB, DC and 50. RGB value is (235,220,80). Sum of RGB (Red+Green+Blue) = 235+220+80=535 (70% of max value = 765). Red value is 235 (92.19% from 255 or 43.93% from 535); Green value is 220 (86.33% from 255 or 41.12% from 535); Blue value is 80 (31.64% from 255 or 14.95% from 535); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDC50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDC50 is #1423AF. Grayscale: #D1D1D1. Windows color (decimal): -1319856 or 5299435. OLE color: 5299435.

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

Color convert

RGB 235 220 80 -
CMYK 0 0.06 0.66 0.08
HSL 54.19º 0.79% 0.62% -
HSV(B) 54.19º 0.66% 0.92% -
XYZ 61.3 69.43 17.76 -
YUV 208.53 55.47 146.88 -
System Red Green Blue C M Y K H S L
Decimal 235 220 80 0 0.06 0.66 0.08 54.19 0.79 0.62
Hex EB DC 50 0 6 42 8 36 4F 3E
Octal 353 334 120 0 6 102 10 66 117 76
Binary 11101011 11011100 1010000 0 110 1000010 1000 110110 1001111 111110

Color Harmonies of #EBDC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDC50

Black with #EBDC50

Text Example


Text Example

White with #EBDC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDC50; }

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

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

background-color css

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

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

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

border-color css

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

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

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