Html Css Color HEX #EAE355 Manz

📋 copy color: '#EAE355'

red 234 ◦ green 227 ◦ blue 85

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

Shades of Manz #EAE355

Tints of Manz #EAE355

RGB

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

 GREEN value IS 227 (89.06% from 255) = 41.58%

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

R = 42.86%
G = 41.58%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EAE355 (or 0xEAE355) is known color: Manz. HEX triplet: EA, E3 and 55. RGB value is (234,227,85). Sum of RGB (Red+Green+Blue) = 234+227+85=546 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.86% from 546); Green value is 227 (89.06% from 255 or 41.58% from 546); Blue value is 85 (33.59% from 255 or 15.57% from 546); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE355 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAE355 is #151CAA. Grayscale: #D5D5D5. Windows color (decimal): -1383595 or 5628906. OLE color: 5628906.

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

Color convert

RGB 234 227 85 -
CMYK 0 0.03 0.64 0.08
HSL 57.18º 0.78% 0.63% -
HSV(B) 57.18º 0.64% 0.92% -
XYZ 63.04 73.09 19.38 -
YUV 212.91 55.82 143.05 -
System Red Green Blue C M Y K H S L
Decimal 234 227 85 0 0.03 0.64 0.08 57.18 0.78 0.63
Hex EA E3 55 0 3 40 8 39 4E 3F
Octal 352 343 125 0 3 100 10 71 116 77
Binary 11101010 11100011 1010101 0 11 1000000 1000 111001 1001110 111111

Color Harmonies of #EAE355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE355

Black with #EAE355

Text Example


Text Example

White with #EAE355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE355; }

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

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

background-color css

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

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

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

border-color css

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

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

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