Html Css Color HEX #EBDA55 Manz

📋 copy color: '#EBDA55'

red 235 ◦ green 218 ◦ blue 85

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

Shades of Manz #EBDA55

Tints of Manz #EBDA55

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.52%

 BLUE value IS 85 (33.59% from 255) = 15.8%

R = 43.68%
G = 40.52%
B = 15.8%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EBDA55 (or 0xEBDA55) is known color: Manz. HEX triplet: EB, DA and 55. RGB value is (235,218,85). Sum of RGB (Red+Green+Blue) = 235+218+85=538 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.68% from 538); Green value is 218 (85.55% from 255 or 40.52% from 538); Blue value is 85 (33.59% from 255 or 15.80% from 538); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDA55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDA55 is #1425AA. Grayscale: #D0D0D0. Windows color (decimal): -1320363 or 5626603. OLE color: 5626603.

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

Color convert

RGB 235 218 85 -
CMYK 0 0.07 0.64 0.08
HSL 53.2º 0.79% 0.63% -
HSV(B) 53.2º 0.64% 0.92% -
XYZ 60.97 68.46 18.6 -
YUV 207.92 58.63 147.31 -
System Red Green Blue C M Y K H S L
Decimal 235 218 85 0 0.07 0.64 0.08 53.2 0.79 0.63
Hex EB DA 55 0 7 40 8 35 4F 3F
Octal 353 332 125 0 7 100 10 65 117 77
Binary 11101011 11011010 1010101 0 111 1000000 1000 110101 1001111 111111

Color Harmonies of #EBDA55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDA55

Black with #EBDA55

Text Example


Text Example

White with #EBDA55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDA55; }

 p { color: rgb(235,218,85); }

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

background-color css

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

 a { background-color: rgb(235,218,85); }

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

border-color css

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

 span { border-color: rgb(235,218,85); }

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