Html Css Color HEX #EBDC62 Manz

📋 copy color: '#EBDC62'

red 235 ◦ green 220 ◦ blue 98

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

Shades of Manz #EBDC62

Tints of Manz #EBDC62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 17.72%

R = 42.5%
G = 39.78%
B = 17.72%

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

#EBDC62 (or 0xEBDC62) is known color: Manz. HEX triplet: EB, DC and 62. RGB value is (235,220,98). Sum of RGB (Red+Green+Blue) = 235+220+98=553 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.50% from 553); Green value is 220 (86.33% from 255 or 39.78% from 553); Blue value is 98 (38.67% from 255 or 17.72% from 553); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDC62 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDC62 is #14239D. Grayscale: #D3D3D3. Windows color (decimal): -1319838 or 6479083. OLE color: 6479083.

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

Color convert

RGB 235 220 98 -
CMYK 0 0.06 0.58 0.08
HSL 53.43º 0.77% 0.65% -
HSV(B) 53.43º 0.58% 0.92% -
XYZ 62.06 69.73 21.74 -
YUV 210.58 64.47 145.42 -
System Red Green Blue C M Y K H S L
Decimal 235 220 98 0 0.06 0.58 0.08 53.43 0.77 0.65
Hex EB DC 62 0 6 3A 8 35 4D 41
Octal 353 334 142 0 6 72 10 65 115 101
Binary 11101011 11011100 1100010 0 110 111010 1000 110101 1001101 1000001

Color Harmonies of #EBDC62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDC62

Black with #EBDC62

Text Example


Text Example

White with #EBDC62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDC62; }

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

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

background-color css

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

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

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

border-color css

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

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

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