Html Css Color HEX #EBDC5C Manz

📋 copy color: '#EBDC5C'

red 235 ◦ green 220 ◦ blue 92

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

Shades of Manz #EBDC5C

Tints of Manz #EBDC5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 16.82%

R = 42.96%
G = 40.22%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#EBDC5C (or 0xEBDC5C) is known color: Manz. HEX triplet: EB, DC and 5C. RGB value is (235,220,92). Sum of RGB (Red+Green+Blue) = 235+220+92=547 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.96% from 547); Green value is 220 (86.33% from 255 or 40.22% from 547); Blue value is 92 (36.33% from 255 or 16.82% from 547); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDC5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDC5C is #1423A3. Grayscale: #D2D2D2. Windows color (decimal): -1319844 or 6085867. OLE color: 6085867.

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

Color convert

RGB 235 220 92 -
CMYK 0 0.06 0.61 0.08
HSL 53.71º 0.78% 0.64% -
HSV(B) 53.71º 0.61% 0.92% -
XYZ 61.79 69.62 20.31 -
YUV 209.89 61.47 145.91 -
System Red Green Blue C M Y K H S L
Decimal 235 220 92 0 0.06 0.61 0.08 53.71 0.78 0.64
Hex EB DC 5C 0 6 3D 8 36 4E 40
Octal 353 334 134 0 6 75 10 66 116 100
Binary 11101011 11011100 1011100 0 110 111101 1000 110110 1001110 1000000

Color Harmonies of #EBDC5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDC5C

Black with #EBDC5C

Text Example


Text Example

White with #EBDC5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDC5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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