Html Css Color HEX #EBDA4A Manz

📋 copy color: '#EBDA4A'

red 235 ◦ green 218 ◦ blue 74

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

Shades of Manz #EBDA4A

Tints of Manz #EBDA4A

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.37%

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

R = 44.59%
G = 41.37%
B = 14.04%

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

#EBDA4A (or 0xEBDA4A) is known color: Manz. HEX triplet: EB, DA and 4A. RGB value is (235,218,74). Sum of RGB (Red+Green+Blue) = 235+218+74=527 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.59% from 527); Green value is 218 (85.55% from 255 or 41.37% from 527); Blue value is 74 (29.30% from 255 or 14.04% from 527); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDA4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDA4A is #1425B5. Grayscale: #CFCFCF. Windows color (decimal): -1320374 or 4905707. OLE color: 4905707.

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

Color convert

RGB 235 218 74 -
CMYK 0 0.07 0.69 0.08
HSL 53.66º 0.8% 0.61% -
HSV(B) 53.66º 0.69% 0.92% -
XYZ 60.57 68.3 16.47 -
YUV 206.67 53.13 148.21 -
System Red Green Blue C M Y K H S L
Decimal 235 218 74 0 0.07 0.69 0.08 53.66 0.8 0.61
Hex EB DA 4A 0 7 45 8 36 50 3D
Octal 353 332 112 0 7 105 10 66 120 75
Binary 11101011 11011010 1001010 0 111 1000101 1000 110110 1010000 111101

Color Harmonies of #EBDA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDA4A

Black with #EBDA4A

Text Example


Text Example

White with #EBDA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDA4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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