Html Css Color HEX #EBDB55 Manz

📋 copy color: '#EBDB55'

red 235 ◦ green 219 ◦ blue 85

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

Shades of Manz #EBDB55

Tints of Manz #EBDB55

RGB

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

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

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

R = 43.6%
G = 40.63%
B = 15.77%

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

#EBDB55 (or 0xEBDB55) is known color: Manz. HEX triplet: EB, DB and 55. RGB value is (235,219,85). Sum of RGB (Red+Green+Blue) = 235+219+85=539 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.60% from 539); Green value is 219 (85.94% from 255 or 40.63% from 539); Blue value is 85 (33.59% from 255 or 15.77% from 539); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDB55 is #1424AA. Grayscale: #D1D1D1. Windows color (decimal): -1320107 or 5626859. OLE color: 5626859.

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

Color convert

RGB 235 219 85 -
CMYK 0 0.07 0.64 0.08
HSL 53.6º 0.79% 0.63% -
HSV(B) 53.6º 0.64% 0.92% -
XYZ 61.23 68.98 18.68 -
YUV 208.51 58.3 146.9 -
System Red Green Blue C M Y K H S L
Decimal 235 219 85 0 0.07 0.64 0.08 53.6 0.79 0.63
Hex EB DB 55 0 7 40 8 36 4F 3F
Octal 353 333 125 0 7 100 10 66 117 77
Binary 11101011 11011011 1010101 0 111 1000000 1000 110110 1001111 111111

Color Harmonies of #EBDB55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDB55

Black with #EBDB55

Text Example


Text Example

White with #EBDB55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDB55; }

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

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

background-color css

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

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

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

border-color css

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

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

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