Html Css Color HEX #EBDC4C Manz

📋 copy color: '#EBDC4C'

red 235 ◦ green 220 ◦ blue 76

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

Shades of Manz #EBDC4C

Tints of Manz #EBDC4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 14.31%

R = 44.26%
G = 41.43%
B = 14.31%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EBDC4C (or 0xEBDC4C) is known color: Manz. HEX triplet: EB, DC and 4C. RGB value is (235,220,76). Sum of RGB (Red+Green+Blue) = 235+220+76=531 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.26% from 531); Green value is 220 (86.33% from 255 or 41.43% from 531); Blue value is 76 (30.08% from 255 or 14.31% from 531); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDC4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDC4C is #1423B3. Grayscale: #D0D0D0. Windows color (decimal): -1319860 or 5037291. OLE color: 5037291.

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

Color convert

RGB 235 220 76 -
CMYK 0 0.06 0.68 0.08
HSL 54.34º 0.8% 0.61% -
HSV(B) 54.34º 0.68% 0.92% -
XYZ 61.16 69.37 17 -
YUV 208.07 53.47 147.21 -
System Red Green Blue C M Y K H S L
Decimal 235 220 76 0 0.06 0.68 0.08 54.34 0.8 0.61
Hex EB DC 4C 0 6 44 8 36 50 3D
Octal 353 334 114 0 6 104 10 66 120 75
Binary 11101011 11011100 1001100 0 110 1000100 1000 110110 1010000 111101

Color Harmonies of #EBDC4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDC4C

Black with #EBDC4C

Text Example


Text Example

White with #EBDC4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDC4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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