Html Css Color HEX #EBDC4F Manz

📋 copy color: '#EBDC4F'

red 235 ◦ green 220 ◦ blue 79

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

Shades of Manz #EBDC4F

Tints of Manz #EBDC4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 14.79%

R = 44.01%
G = 41.2%
B = 14.79%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#EBDC4F (or 0xEBDC4F) is known color: Manz. HEX triplet: EB, DC and 4F. RGB value is (235,220,79). Sum of RGB (Red+Green+Blue) = 235+220+79=534 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.01% from 534); Green value is 220 (86.33% from 255 or 41.20% from 534); Blue value is 79 (31.25% from 255 or 14.79% from 534); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDC4F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDC4F is #1423B0. Grayscale: #D0D0D0. Windows color (decimal): -1319857 or 5233899. OLE color: 5233899.

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

Color convert

RGB 235 220 79 -
CMYK 0 0.06 0.66 0.08
HSL 54.23º 0.8% 0.62% -
HSV(B) 54.23º 0.66% 0.92% -
XYZ 61.27 69.41 17.57 -
YUV 208.41 54.97 146.96 -
System Red Green Blue C M Y K H S L
Decimal 235 220 79 0 0.06 0.66 0.08 54.23 0.8 0.62
Hex EB DC 4F 0 6 42 8 36 50 3E
Octal 353 334 117 0 6 102 10 66 120 76
Binary 11101011 11011100 1001111 0 110 1000010 1000 110110 1010000 111110

Color Harmonies of #EBDC4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDC4F

Black with #EBDC4F

Text Example


Text Example

White with #EBDC4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDC4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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