Html Css Color HEX #EBDC58 Manz

📋 copy color: '#EBDC58'

red 235 ◦ green 220 ◦ blue 88

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

Shades of Manz #EBDC58

Tints of Manz #EBDC58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 16.21%

R = 43.28%
G = 40.52%
B = 16.21%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.63

 K value IS 0.08

RGB Variations

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

Color information

#EBDC58 (or 0xEBDC58) is known color: Manz. HEX triplet: EB, DC and 58. RGB value is (235,220,88). Sum of RGB (Red+Green+Blue) = 235+220+88=543 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.28% from 543); Green value is 220 (86.33% from 255 or 40.52% from 543); Blue value is 88 (34.77% from 255 or 16.21% from 543); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDC58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDC58 is #1423A7. Grayscale: #D1D1D1. Windows color (decimal): -1319848 or 5823723. OLE color: 5823723.

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

Color convert

RGB 235 220 88 -
CMYK 0 0.06 0.63 0.08
HSL 53.88º 0.79% 0.63% -
HSV(B) 53.88º 0.63% 0.92% -
XYZ 61.62 69.55 19.41 -
YUV 209.44 59.47 146.23 -
System Red Green Blue C M Y K H S L
Decimal 235 220 88 0 0.06 0.63 0.08 53.88 0.79 0.63
Hex EB DC 58 0 6 3F 8 36 4F 3F
Octal 353 334 130 0 6 77 10 66 117 77
Binary 11101011 11011100 1011000 0 110 111111 1000 110110 1001111 111111

Color Harmonies of #EBDC58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDC58

Black with #EBDC58

Text Example


Text Example

White with #EBDC58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDC58; }

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

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

background-color css

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

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

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

border-color css

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

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

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