Html Css Color HEX #EBDB4A Manz

📋 copy color: '#EBDB4A'

red 235 ◦ green 219 ◦ blue 74

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

Shades of Manz #EBDB4A

Tints of Manz #EBDB4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 14.02%

R = 44.51%
G = 41.48%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EBDB4A (or 0xEBDB4A) is known color: Manz. HEX triplet: EB, DB and 4A. RGB value is (235,219,74). Sum of RGB (Red+Green+Blue) = 235+219+74=528 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.51% from 528); Green value is 219 (85.94% from 255 or 41.48% from 528); Blue value is 74 (29.30% from 255 or 14.02% from 528); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDB4A is #1424B5. Grayscale: #CFCFCF. Windows color (decimal): -1320118 or 4905963. OLE color: 4905963.

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

Color convert

RGB 235 219 74 -
CMYK 0 0.07 0.69 0.08
HSL 54.04º 0.8% 0.61% -
HSV(B) 54.04º 0.69% 0.92% -
XYZ 60.83 68.82 16.56 -
YUV 207.25 52.8 147.79 -
System Red Green Blue C M Y K H S L
Decimal 235 219 74 0 0.07 0.69 0.08 54.04 0.8 0.61
Hex EB DB 4A 0 7 45 8 36 50 3D
Octal 353 333 112 0 7 105 10 66 120 75
Binary 11101011 11011011 1001010 0 111 1000101 1000 110110 1010000 111101

Color Harmonies of #EBDB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDB4A

Black with #EBDB4A

Text Example


Text Example

White with #EBDB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDB4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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