Html Css Color HEX #EADB5F Manz

📋 copy color: '#EADB5F'

red 234 ◦ green 219 ◦ blue 95

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

Shades of Manz #EADB5F

Tints of Manz #EADB5F

RGB

 RED value IS 234 (91.8% from 255) = 42.7%

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

 BLUE value IS 95 (37.5% from 255) = 17.34%

R = 42.7%
G = 39.96%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#EADB5F (or 0xEADB5F) is known color: Manz. HEX triplet: EA, DB and 5F. RGB value is (234,219,95). Sum of RGB (Red+Green+Blue) = 234+219+95=548 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.70% from 548); Green value is 219 (85.94% from 255 or 39.96% from 548); Blue value is 95 (37.5% from 255 or 17.34% from 548); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB5F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADB5F is #1524A0. Grayscale: #D1D1D1. Windows color (decimal): -1385633 or 6282218. OLE color: 6282218.

HSL color Cylindrical-coordinate representation of color #EADB5F: hue angle of 53.53º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EADB5F is Cyan = 0, Magento = 0.06, Yellow = 0.59 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 219 95 -
CMYK 0 0.06 0.59 0.08
HSL 53.53º 0.77% 0.65% -
HSV(B) 53.53º 0.59% 0.92% -
XYZ 61.33 68.98 20.91 -
YUV 209.35 63.47 145.58 -
System Red Green Blue C M Y K H S L
Decimal 234 219 95 0 0.06 0.59 0.08 53.53 0.77 0.65
Hex EA DB 5F 0 6 3B 8 36 4D 41
Octal 352 333 137 0 6 73 10 66 115 101
Binary 11101010 11011011 1011111 0 110 111011 1000 110110 1001101 1000001

Color Harmonies of #EADB5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADB5F

Black with #EADB5F

Text Example


Text Example

White with #EADB5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADB5F; }

 p { color: rgb(234,219,95); }

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

background-color css

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

 a { background-color: rgb(234,219,95); }

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

border-color css

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

 span { border-color: rgb(234,219,95); }

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