Html Css Color HEX #EBDC5D Manz

📋 copy color: '#EBDC5D'

red 235 ◦ green 220 ◦ blue 93

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

Shades of Manz #EBDC5D

Tints of Manz #EBDC5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 16.97%

R = 42.88%
G = 40.15%
B = 16.97%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EBDC5D (or 0xEBDC5D) is known color: Manz. HEX triplet: EB, DC and 5D. RGB value is (235,220,93). Sum of RGB (Red+Green+Blue) = 235+220+93=548 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.88% from 548); Green value is 220 (86.33% from 255 or 40.15% from 548); Blue value is 93 (36.72% from 255 or 16.97% from 548); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDC5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDC5D is #1423A2. Grayscale: #D2D2D2. Windows color (decimal): -1319843 or 6151403. OLE color: 6151403.

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

Color convert

RGB 235 220 93 -
CMYK 0 0.06 0.60 0.08
HSL 53.66º 0.78% 0.64% -
HSV(B) 53.66º 0.6% 0.92% -
XYZ 61.83 69.64 20.54 -
YUV 210.01 61.97 145.83 -
System Red Green Blue C M Y K H S L
Decimal 235 220 93 0 0.06 0.60 0.08 53.66 0.78 0.64
Hex EB DC 5D 0 6 3C 8 36 4E 40
Octal 353 334 135 0 6 74 10 66 116 100
Binary 11101011 11011100 1011101 0 110 111100 1000 110110 1001110 1000000

Color Harmonies of #EBDC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDC5D

Black with #EBDC5D

Text Example


Text Example

White with #EBDC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDC5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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