Html Css Color HEX #EBDB5D Manz

📋 copy color: '#EBDB5D'

red 235 ◦ green 219 ◦ blue 93

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

Shades of Manz #EBDB5D

Tints of Manz #EBDB5D

RGB

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

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

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

R = 42.96%
G = 40.04%
B = 17%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EBDB5D (or 0xEBDB5D) is known color: Manz. HEX triplet: EB, DB and 5D. RGB value is (235,219,93). Sum of RGB (Red+Green+Blue) = 235+219+93=547 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.96% from 547); Green value is 219 (85.94% from 255 or 40.04% from 547); Blue value is 93 (36.72% from 255 or 17.00% from 547); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDB5D is #1424A2. Grayscale: #D1D1D1. Windows color (decimal): -1320099 or 6151147. OLE color: 6151147.

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

Color convert

RGB 235 219 93 -
CMYK 0 0.07 0.60 0.08
HSL 53.24º 0.78% 0.64% -
HSV(B) 53.24º 0.6% 0.92% -
XYZ 61.57 69.12 20.45 -
YUV 209.42 62.3 146.25 -
System Red Green Blue C M Y K H S L
Decimal 235 219 93 0 0.07 0.60 0.08 53.24 0.78 0.64
Hex EB DB 5D 0 7 3C 8 35 4E 40
Octal 353 333 135 0 7 74 10 65 116 100
Binary 11101011 11011011 1011101 0 111 111100 1000 110101 1001110 1000000

Color Harmonies of #EBDB5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDB5D

Black with #EBDB5D

Text Example


Text Example

White with #EBDB5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDB5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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