Html Css Color HEX #EAE057 Manz

📋 copy color: '#EAE057'

red 234 ◦ green 224 ◦ blue 87

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

Shades of Manz #EAE057

Tints of Manz #EAE057

RGB

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

 GREEN value IS 224 (87.89% from 255) = 41.1%

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

R = 42.94%
G = 41.1%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.63

 K value IS 0.08

RGB Variations

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

Color information

#EAE057 (or 0xEAE057) is known color: Manz. HEX triplet: EA, E0 and 57. RGB value is (234,224,87). Sum of RGB (Red+Green+Blue) = 234+224+87=545 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.94% from 545); Green value is 224 (87.89% from 255 or 41.10% from 545); Blue value is 87 (34.38% from 255 or 15.96% from 545); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE057 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAE057 is #151FA8. Grayscale: #D3D3D3. Windows color (decimal): -1384361 or 5759210. OLE color: 5759210.

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

Color convert

RGB 234 224 87 -
CMYK 0 0.04 0.63 0.08
HSL 55.92º 0.78% 0.63% -
HSV(B) 55.92º 0.63% 0.92% -
XYZ 62.31 71.49 19.53 -
YUV 211.37 57.81 144.14 -
System Red Green Blue C M Y K H S L
Decimal 234 224 87 0 0.04 0.63 0.08 55.92 0.78 0.63
Hex EA E0 57 0 4 3F 8 38 4E 3F
Octal 352 340 127 0 4 77 10 70 116 77
Binary 11101010 11100000 1010111 0 100 111111 1000 111000 1001110 111111

Color Harmonies of #EAE057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE057

Black with #EAE057

Text Example


Text Example

White with #EAE057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE057; }

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

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

background-color css

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

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

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

border-color css

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

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

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