Html Css Color HEX #EBDB4F Manz

📋 copy color: '#EBDB4F'

red 235 ◦ green 219 ◦ blue 79

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

Shades of Manz #EBDB4F

Tints of Manz #EBDB4F

RGB

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

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

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

R = 44.09%
G = 41.09%
B = 14.82%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#EBDB4F (or 0xEBDB4F) is known color: Manz. HEX triplet: EB, DB and 4F. RGB value is (235,219,79). Sum of RGB (Red+Green+Blue) = 235+219+79=533 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.09% from 533); Green value is 219 (85.94% from 255 or 41.09% from 533); Blue value is 79 (31.25% from 255 or 14.82% from 533); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB4F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDB4F is #1424B0. Grayscale: #D0D0D0. Windows color (decimal): -1320113 or 5233643. OLE color: 5233643.

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

Color convert

RGB 235 219 79 -
CMYK 0 0.07 0.66 0.08
HSL 53.85º 0.8% 0.62% -
HSV(B) 53.85º 0.66% 0.92% -
XYZ 61 68.89 17.48 -
YUV 207.82 55.3 147.38 -
System Red Green Blue C M Y K H S L
Decimal 235 219 79 0 0.07 0.66 0.08 53.85 0.8 0.62
Hex EB DB 4F 0 7 42 8 36 50 3E
Octal 353 333 117 0 7 102 10 66 120 76
Binary 11101011 11011011 1001111 0 111 1000010 1000 110110 1010000 111110

Color Harmonies of #EBDB4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDB4F

Black with #EBDB4F

Text Example


Text Example

White with #EBDB4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDB4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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