Html Css Color HEX #EBDD55 Manz

📋 copy color: '#EBDD55'

red 235 ◦ green 221 ◦ blue 85

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

Shades of Manz #EBDD55

Tints of Manz #EBDD55

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.85%

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

R = 43.44%
G = 40.85%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EBDD55 (or 0xEBDD55) is known color: Manz. HEX triplet: EB, DD and 55. RGB value is (235,221,85). Sum of RGB (Red+Green+Blue) = 235+221+85=541 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.44% from 541); Green value is 221 (86.72% from 255 or 40.85% from 541); Blue value is 85 (33.59% from 255 or 15.71% from 541); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDD55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDD55 is #1422AA. Grayscale: #D2D2D2. Windows color (decimal): -1319595 or 5627371. OLE color: 5627371.

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

Color convert

RGB 235 221 85 -
CMYK 0 0.06 0.64 0.08
HSL 54.4º 0.79% 0.63% -
HSV(B) 54.4º 0.64% 0.92% -
XYZ 61.76 70.03 18.86 -
YUV 209.68 57.64 146.06 -
System Red Green Blue C M Y K H S L
Decimal 235 221 85 0 0.06 0.64 0.08 54.4 0.79 0.63
Hex EB DD 55 0 6 40 8 36 4F 3F
Octal 353 335 125 0 6 100 10 66 117 77
Binary 11101011 11011101 1010101 0 110 1000000 1000 110110 1001111 111111

Color Harmonies of #EBDD55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDD55

Black with #EBDD55

Text Example


Text Example

White with #EBDD55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDD55; }

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

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

background-color css

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

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

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

border-color css

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

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

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