Html Css Color HEX #EADB57 Manz

📋 copy color: '#EADB57'

red 234 ◦ green 219 ◦ blue 87

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

Shades of Manz #EADB57

Tints of Manz #EADB57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 16.11%

R = 43.33%
G = 40.56%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.63

 K value IS 0.08

RGB Variations

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

Color information

#EADB57 (or 0xEADB57) is known color: Manz. HEX triplet: EA, DB and 57. RGB value is (234,219,87). Sum of RGB (Red+Green+Blue) = 234+219+87=540 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.33% from 540); Green value is 219 (85.94% from 255 or 40.56% from 540); Blue value is 87 (34.38% from 255 or 16.11% from 540); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADB57 is #1524A8. Grayscale: #D0D0D0. Windows color (decimal): -1385641 or 5757930. OLE color: 5757930.

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

Color convert

RGB 234 219 87 -
CMYK 0 0.06 0.63 0.08
HSL 53.88º 0.78% 0.63% -
HSV(B) 53.88º 0.63% 0.92% -
XYZ 60.98 68.84 19.09 -
YUV 208.44 59.47 146.23 -
System Red Green Blue C M Y K H S L
Decimal 234 219 87 0 0.06 0.63 0.08 53.88 0.78 0.63
Hex EA DB 57 0 6 3F 8 36 4E 3F
Octal 352 333 127 0 6 77 10 66 116 77
Binary 11101010 11011011 1010111 0 110 111111 1000 110110 1001110 111111

Color Harmonies of #EADB57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADB57

Black with #EADB57

Text Example


Text Example

White with #EADB57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADB57; }

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

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

background-color css

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

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

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

border-color css

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

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

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