Html Css Color HEX #EBDD4A Manz

📋 copy color: '#EBDD4A'

red 235 ◦ green 221 ◦ blue 74

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

Shades of Manz #EBDD4A

Tints of Manz #EBDD4A

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.7%

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

R = 44.34%
G = 41.7%
B = 13.96%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EBDD4A (or 0xEBDD4A) is known color: Manz. HEX triplet: EB, DD and 4A. RGB value is (235,221,74). Sum of RGB (Red+Green+Blue) = 235+221+74=530 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.34% from 530); Green value is 221 (86.72% from 255 or 41.70% from 530); Blue value is 74 (29.30% from 255 or 13.96% from 530); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDD4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDD4A is #1422B5. Grayscale: #D1D1D1. Windows color (decimal): -1319606 or 4906475. OLE color: 4906475.

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

Color convert

RGB 235 221 74 -
CMYK 0 0.06 0.69 0.08
HSL 54.78º 0.8% 0.61% -
HSV(B) 54.78º 0.69% 0.92% -
XYZ 61.35 69.87 16.73 -
YUV 208.43 52.14 146.95 -
System Red Green Blue C M Y K H S L
Decimal 235 221 74 0 0.06 0.69 0.08 54.78 0.8 0.61
Hex EB DD 4A 0 6 45 8 37 50 3D
Octal 353 335 112 0 6 105 10 67 120 75
Binary 11101011 11011101 1001010 0 110 1000101 1000 110111 1010000 111101

Color Harmonies of #EBDD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDD4A

Black with #EBDD4A

Text Example


Text Example

White with #EBDD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDD4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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