Html Css Color HEX #EBDC64 Manz

📋 copy color: '#EBDC64'

red 235 ◦ green 220 ◦ blue 100

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

Shades of Manz #EBDC64

Tints of Manz #EBDC64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 18.02%

R = 42.34%
G = 39.64%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EBDC64 (or 0xEBDC64) is known color: Manz. HEX triplet: EB, DC and 64. RGB value is (235,220,100). Sum of RGB (Red+Green+Blue) = 235+220+100=555 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.34% from 555); Green value is 220 (86.33% from 255 or 39.64% from 555); Blue value is 100 (39.45% from 255 or 18.02% from 555); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDC64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDC64 is #14239B. Grayscale: #D3D3D3. Windows color (decimal): -1319836 or 6610155. OLE color: 6610155.

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

Color convert

RGB 235 220 100 -
CMYK 0 0.06 0.57 0.08
HSL 53.33º 0.77% 0.66% -
HSV(B) 53.33º 0.57% 0.92% -
XYZ 62.15 69.77 22.25 -
YUV 210.81 65.47 145.26 -
System Red Green Blue C M Y K H S L
Decimal 235 220 100 0 0.06 0.57 0.08 53.33 0.77 0.66
Hex EB DC 64 0 6 39 8 35 4D 42
Octal 353 334 144 0 6 71 10 65 115 102
Binary 11101011 11011100 1100100 0 110 111001 1000 110101 1001101 1000010

Color Harmonies of #EBDC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDC64

Black with #EBDC64

Text Example


Text Example

White with #EBDC64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDC64; }

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

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

background-color css

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

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

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

border-color css

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

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

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