Html Css Color HEX #EBDC54 Manz

📋 copy color: '#EBDC54'

red 235 ◦ green 220 ◦ blue 84

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

Shades of Manz #EBDC54

Tints of Manz #EBDC54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 15.58%

R = 43.6%
G = 40.82%
B = 15.58%

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

#EBDC54 (or 0xEBDC54) is known color: Manz. HEX triplet: EB, DC and 54. RGB value is (235,220,84). Sum of RGB (Red+Green+Blue) = 235+220+84=539 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.60% from 539); Green value is 220 (86.33% from 255 or 40.82% from 539); Blue value is 84 (33.20% from 255 or 15.58% from 539); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDC54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDC54 is #1423AB. Grayscale: #D1D1D1. Windows color (decimal): -1319852 or 5561579. OLE color: 5561579.

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

Color convert

RGB 235 220 84 -
CMYK 0 0.06 0.64 0.08
HSL 54.04º 0.79% 0.63% -
HSV(B) 54.04º 0.64% 0.92% -
XYZ 61.45 69.49 18.56 -
YUV 208.98 57.47 146.56 -
System Red Green Blue C M Y K H S L
Decimal 235 220 84 0 0.06 0.64 0.08 54.04 0.79 0.63
Hex EB DC 54 0 6 40 8 36 4F 3F
Octal 353 334 124 0 6 100 10 66 117 77
Binary 11101011 11011100 1010100 0 110 1000000 1000 110110 1001111 111111

Color Harmonies of #EBDC54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDC54

Black with #EBDC54

Text Example


Text Example

White with #EBDC54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDC54; }

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

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

background-color css

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

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

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

border-color css

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

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

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