Html Css Color HEX #EBDB47 Manz

📋 copy color: '#EBDB47'

red 235 ◦ green 219 ◦ blue 71

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

Shades of Manz #EBDB47

Tints of Manz #EBDB47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 13.52%

R = 44.76%
G = 41.71%
B = 13.52%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#EBDB47 (or 0xEBDB47) is known color: Manz. HEX triplet: EB, DB and 47. RGB value is (235,219,71). Sum of RGB (Red+Green+Blue) = 235+219+71=525 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.76% from 525); Green value is 219 (85.94% from 255 or 41.71% from 525); Blue value is 71 (28.12% from 255 or 13.52% from 525); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB47 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDB47 is #1424B8. Grayscale: #CFCFCF. Windows color (decimal): -1320121 or 4709355. OLE color: 4709355.

HSL color Cylindrical-coordinate representation of color #EBDB47: hue angle of 54.15º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EBDB47 is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 219 71 -
CMYK 0 0.07 0.70 0.08
HSL 54.15º 0.8% 0.6% -
HSV(B) 54.15º 0.7% 0.92% -
XYZ 60.73 68.78 16.04 -
YUV 206.91 51.3 148.03 -
System Red Green Blue C M Y K H S L
Decimal 235 219 71 0 0.07 0.70 0.08 54.15 0.8 0.6
Hex EB DB 47 0 7 46 8 36 50 3C
Octal 353 333 107 0 7 106 10 66 120 74
Binary 11101011 11011011 1000111 0 111 1000110 1000 110110 1010000 111100

Color Harmonies of #EBDB47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDB47

Black with #EBDB47

Text Example


Text Example

White with #EBDB47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDB47; }

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

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

background-color css

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

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

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

border-color css

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

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

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