Html Css Color HEX #EBDC4B Manz

📋 copy color: '#EBDC4B'

red 235 ◦ green 220 ◦ blue 75

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

Shades of Manz #EBDC4B

Tints of Manz #EBDC4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 14.15%

R = 44.34%
G = 41.51%
B = 14.15%

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

#EBDC4B (or 0xEBDC4B) is known color: Manz. HEX triplet: EB, DC and 4B. RGB value is (235,220,75). Sum of RGB (Red+Green+Blue) = 235+220+75=530 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.34% from 530); Green value is 220 (86.33% from 255 or 41.51% from 530); Blue value is 75 (29.69% from 255 or 14.15% from 530); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDC4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDC4B is #1423B4. Grayscale: #D0D0D0. Windows color (decimal): -1319861 or 4971755. OLE color: 4971755.

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

Color convert

RGB 235 220 75 -
CMYK 0 0.06 0.68 0.08
HSL 54.38º 0.8% 0.61% -
HSV(B) 54.38º 0.68% 0.92% -
XYZ 61.12 69.36 16.82 -
YUV 207.96 52.97 147.29 -
System Red Green Blue C M Y K H S L
Decimal 235 220 75 0 0.06 0.68 0.08 54.38 0.8 0.61
Hex EB DC 4B 0 6 44 8 36 50 3D
Octal 353 334 113 0 6 104 10 66 120 75
Binary 11101011 11011100 1001011 0 110 1000100 1000 110110 1010000 111101

Color Harmonies of #EBDC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDC4B

Black with #EBDC4B

Text Example


Text Example

White with #EBDC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDC4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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