Html Css Color HEX #EBDB62 Manz

📋 copy color: '#EBDB62'

red 235 ◦ green 219 ◦ blue 98

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

Shades of Manz #EBDB62

Tints of Manz #EBDB62

RGB

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

 GREEN value IS 219 (85.94% from 255) = 39.67%

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

R = 42.57%
G = 39.67%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.58

 K value IS 0.08

RGB Variations

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

Color information

#EBDB62 (or 0xEBDB62) is known color: Manz. HEX triplet: EB, DB and 62. RGB value is (235,219,98). Sum of RGB (Red+Green+Blue) = 235+219+98=552 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.57% from 552); Green value is 219 (85.94% from 255 or 39.67% from 552); Blue value is 98 (38.67% from 255 or 17.75% from 552); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB62 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDB62 is #14249D. Grayscale: #D2D2D2. Windows color (decimal): -1320094 or 6478827. OLE color: 6478827.

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

Color convert

RGB 235 219 98 -
CMYK 0 0.07 0.58 0.08
HSL 52.99º 0.77% 0.65% -
HSV(B) 52.99º 0.58% 0.92% -
XYZ 61.8 69.21 21.66 -
YUV 209.99 64.8 145.84 -
System Red Green Blue C M Y K H S L
Decimal 235 219 98 0 0.07 0.58 0.08 52.99 0.77 0.65
Hex EB DB 62 0 7 3A 8 35 4D 41
Octal 353 333 142 0 7 72 10 65 115 101
Binary 11101011 11011011 1100010 0 111 111010 1000 110101 1001101 1000001

Color Harmonies of #EBDB62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDB62

Black with #EBDB62

Text Example


Text Example

White with #EBDB62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDB62; }

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

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

background-color css

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

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

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

border-color css

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

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

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