Html Css Color HEX #EBDC4E Manz

📋 copy color: '#EBDC4E'

red 235 ◦ green 220 ◦ blue 78

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

Shades of Manz #EBDC4E

Tints of Manz #EBDC4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 14.63%

R = 44.09%
G = 41.28%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#EBDC4E (or 0xEBDC4E) is known color: Manz. HEX triplet: EB, DC and 4E. RGB value is (235,220,78). Sum of RGB (Red+Green+Blue) = 235+220+78=533 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.09% from 533); Green value is 220 (86.33% from 255 or 41.28% from 533); Blue value is 78 (30.86% from 255 or 14.63% from 533); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDC4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDC4E is #1423B1. Grayscale: #D0D0D0. Windows color (decimal): -1319858 or 5168363. OLE color: 5168363.

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

Color convert

RGB 235 220 78 -
CMYK 0 0.06 0.67 0.08
HSL 54.27º 0.8% 0.61% -
HSV(B) 54.27º 0.67% 0.92% -
XYZ 61.23 69.4 17.38 -
YUV 208.3 54.47 147.05 -
System Red Green Blue C M Y K H S L
Decimal 235 220 78 0 0.06 0.67 0.08 54.27 0.8 0.61
Hex EB DC 4E 0 6 43 8 36 50 3D
Octal 353 334 116 0 6 103 10 66 120 75
Binary 11101011 11011100 1001110 0 110 1000011 1000 110110 1010000 111101

Color Harmonies of #EBDC4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDC4E

Black with #EBDC4E

Text Example


Text Example

White with #EBDC4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDC4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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