Html Css Color HEX #EBDA4D Manz

📋 copy color: '#EBDA4D'

red 235 ◦ green 218 ◦ blue 77

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

Shades of Manz #EBDA4D

Tints of Manz #EBDA4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 14.53%

R = 44.34%
G = 41.13%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#EBDA4D (or 0xEBDA4D) is known color: Manz. HEX triplet: EB, DA and 4D. RGB value is (235,218,77). Sum of RGB (Red+Green+Blue) = 235+218+77=530 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.34% from 530); Green value is 218 (85.55% from 255 or 41.13% from 530); Blue value is 77 (30.47% from 255 or 14.53% from 530); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDA4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDA4D is #1425B2. Grayscale: #CFCFCF. Windows color (decimal): -1320371 or 5102315. OLE color: 5102315.

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

Color convert

RGB 235 218 77 -
CMYK 0 0.07 0.67 0.08
HSL 53.54º 0.8% 0.61% -
HSV(B) 53.54º 0.67% 0.92% -
XYZ 60.67 68.34 17.01 -
YUV 207.01 54.63 147.96 -
System Red Green Blue C M Y K H S L
Decimal 235 218 77 0 0.07 0.67 0.08 53.54 0.8 0.61
Hex EB DA 4D 0 7 43 8 36 50 3D
Octal 353 332 115 0 7 103 10 66 120 75
Binary 11101011 11011010 1001101 0 111 1000011 1000 110110 1010000 111101

Color Harmonies of #EBDA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDA4D

Black with #EBDA4D

Text Example


Text Example

White with #EBDA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDA4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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