Html Css Color HEX #EBDB4C Manz

📋 copy color: '#EBDB4C'

red 235 ◦ green 219 ◦ blue 76

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

Shades of Manz #EBDB4C

Tints of Manz #EBDB4C

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.32%

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

R = 44.34%
G = 41.32%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EBDB4C (or 0xEBDB4C) is known color: Manz. HEX triplet: EB, DB and 4C. RGB value is (235,219,76). Sum of RGB (Red+Green+Blue) = 235+219+76=530 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.34% from 530); Green value is 219 (85.94% from 255 or 41.32% from 530); Blue value is 76 (30.08% from 255 or 14.34% from 530); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDB4C is #1424B3. Grayscale: #D0D0D0. Windows color (decimal): -1320116 or 5037035. OLE color: 5037035.

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

Color convert

RGB 235 219 76 -
CMYK 0 0.07 0.68 0.08
HSL 53.96º 0.8% 0.61% -
HSV(B) 53.96º 0.68% 0.92% -
XYZ 60.9 68.85 16.92 -
YUV 207.48 53.8 147.63 -
System Red Green Blue C M Y K H S L
Decimal 235 219 76 0 0.07 0.68 0.08 53.96 0.8 0.61
Hex EB DB 4C 0 7 44 8 36 50 3D
Octal 353 333 114 0 7 104 10 66 120 75
Binary 11101011 11011011 1001100 0 111 1000100 1000 110110 1010000 111101

Color Harmonies of #EBDB4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDB4C

Black with #EBDB4C

Text Example


Text Example

White with #EBDB4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDB4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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