Html Css Color HEX #EAE261 Manz

📋 copy color: '#EAE261'

red 234 ◦ green 226 ◦ blue 97

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

Shades of Manz #EAE261

Tints of Manz #EAE261

RGB

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

 GREEN value IS 226 (88.67% from 255) = 40.57%

 BLUE value IS 97 (38.28% from 255) = 17.41%

R = 42.01%
G = 40.57%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#EAE261 (or 0xEAE261) is known color: Manz. HEX triplet: EA, E2 and 61. RGB value is (234,226,97). Sum of RGB (Red+Green+Blue) = 234+226+97=557 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.01% from 557); Green value is 226 (88.67% from 255 or 40.57% from 557); Blue value is 97 (38.28% from 255 or 17.41% from 557); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE261 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAE261 is #151D9E. Grayscale: #D6D6D6. Windows color (decimal): -1383839 or 6415082. OLE color: 6415082.

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

Color convert

RGB 234 226 97 -
CMYK 0 0.03 0.59 0.08
HSL 56.5º 0.77% 0.65% -
HSV(B) 56.5º 0.59% 0.92% -
XYZ 63.29 72.75 22.02 -
YUV 213.69 62.15 142.49 -
System Red Green Blue C M Y K H S L
Decimal 234 226 97 0 0.03 0.59 0.08 56.5 0.77 0.65
Hex EA E2 61 0 3 3B 8 38 4D 41
Octal 352 342 141 0 3 73 10 70 115 101
Binary 11101010 11100010 1100001 0 11 111011 1000 111000 1001101 1000001

Color Harmonies of #EAE261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE261

Black with #EAE261

Text Example


Text Example

White with #EAE261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE261; }

 p { color: rgb(234,226,97); }

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

background-color css

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

 a { background-color: rgb(234,226,97); }

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

border-color css

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

 span { border-color: rgb(234,226,97); }

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