Html Css Color HEX #EAE055 Manz

📋 copy color: '#EAE055'

red 234 ◦ green 224 ◦ blue 85

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

Shades of Manz #EAE055

Tints of Manz #EAE055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 15.65%

R = 43.09%
G = 41.25%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EAE055 (or 0xEAE055) is known color: Manz. HEX triplet: EA, E0 and 55. RGB value is (234,224,85). Sum of RGB (Red+Green+Blue) = 234+224+85=543 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.09% from 543); Green value is 224 (87.89% from 255 or 41.25% from 543); Blue value is 85 (33.59% from 255 or 15.65% from 543); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE055 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAE055 is #151FAA. Grayscale: #D3D3D3. Windows color (decimal): -1384363 or 5628138. OLE color: 5628138.

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

Color convert

RGB 234 224 85 -
CMYK 0 0.04 0.64 0.08
HSL 55.97º 0.78% 0.63% -
HSV(B) 55.97º 0.64% 0.92% -
XYZ 62.23 71.46 19.11 -
YUV 211.14 56.81 144.3 -
System Red Green Blue C M Y K H S L
Decimal 234 224 85 0 0.04 0.64 0.08 55.97 0.78 0.63
Hex EA E0 55 0 4 40 8 38 4E 3F
Octal 352 340 125 0 4 100 10 70 116 77
Binary 11101010 11100000 1010101 0 100 1000000 1000 111000 1001110 111111

Color Harmonies of #EAE055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE055

Black with #EAE055

Text Example


Text Example

White with #EAE055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE055; }

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

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

background-color css

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

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

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

border-color css

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

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

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