Html Css Color HEX #EBDC55 Manz

📋 copy color: '#EBDC55'

red 235 ◦ green 220 ◦ blue 85

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

Shades of Manz #EBDC55

Tints of Manz #EBDC55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 15.74%

R = 43.52%
G = 40.74%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EBDC55 (or 0xEBDC55) is known color: Manz. HEX triplet: EB, DC and 55. RGB value is (235,220,85). Sum of RGB (Red+Green+Blue) = 235+220+85=540 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.52% from 540); Green value is 220 (86.33% from 255 or 40.74% from 540); Blue value is 85 (33.59% from 255 or 15.74% from 540); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDC55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDC55 is #1423AA. Grayscale: #D1D1D1. Windows color (decimal): -1319851 or 5627115. OLE color: 5627115.

HSL color Cylindrical-coordinate representation of color #EBDC55: hue angle of 54º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EBDC55 is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 220 85 -
CMYK 0 0.06 0.64 0.08
HSL 54º 0.79% 0.63% -
HSV(B) 54º 0.64% 0.92% -
XYZ 61.49 69.5 18.77 -
YUV 209.1 57.97 146.48 -
System Red Green Blue C M Y K H S L
Decimal 235 220 85 0 0.06 0.64 0.08 54 0.79 0.63
Hex EB DC 55 0 6 40 8 36 4F 3F
Octal 353 334 125 0 6 100 10 66 117 77
Binary 11101011 11011100 1010101 0 110 1000000 1000 110110 1001111 111111

Color Harmonies of #EBDC55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDC55

Black with #EBDC55

Text Example


Text Example

White with #EBDC55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDC55; }

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

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

background-color css

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

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

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

border-color css

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

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

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