Html Css Color HEX #EBDC63 Manz

📋 copy color: '#EBDC63'

red 235 ◦ green 220 ◦ blue 99

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

Shades of Manz #EBDC63

Tints of Manz #EBDC63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 17.87%

R = 42.42%
G = 39.71%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.58

 K value IS 0.08

RGB Variations

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

Color information

#EBDC63 (or 0xEBDC63) is known color: Manz. HEX triplet: EB, DC and 63. RGB value is (235,220,99). Sum of RGB (Red+Green+Blue) = 235+220+99=554 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.42% from 554); Green value is 220 (86.33% from 255 or 39.71% from 554); Blue value is 99 (39.06% from 255 or 17.87% from 554); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDC63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDC63 is #14239C. Grayscale: #D3D3D3. Windows color (decimal): -1319837 or 6544619. OLE color: 6544619.

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

Color convert

RGB 235 220 99 -
CMYK 0 0.06 0.58 0.08
HSL 53.38º 0.77% 0.65% -
HSV(B) 53.38º 0.58% 0.92% -
XYZ 62.11 69.75 21.99 -
YUV 210.69 64.97 145.34 -
System Red Green Blue C M Y K H S L
Decimal 235 220 99 0 0.06 0.58 0.08 53.38 0.77 0.65
Hex EB DC 63 0 6 3A 8 35 4D 41
Octal 353 334 143 0 6 72 10 65 115 101
Binary 11101011 11011100 1100011 0 110 111010 1000 110101 1001101 1000001

Color Harmonies of #EBDC63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDC63

Black with #EBDC63

Text Example


Text Example

White with #EBDC63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDC63; }

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

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

background-color css

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

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

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

border-color css

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

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

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