Html Css Color HEX #EAE950 Manz

📋 copy color: '#EAE950'

red 234 ◦ green 233 ◦ blue 80

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

Shades of Manz #EAE950

Tints of Manz #EAE950

RGB

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

 GREEN value IS 233 (91.41% from 255) = 42.6%

 BLUE value IS 80 (31.64% from 255) = 14.63%

R = 42.78%
G = 42.6%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#EAE950 (or 0xEAE950) is known color: Manz. HEX triplet: EA, E9 and 50. RGB value is (234,233,80). Sum of RGB (Red+Green+Blue) = 234+233+80=547 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.78% from 547); Green value is 233 (91.41% from 255 or 42.60% from 547); Blue value is 80 (31.64% from 255 or 14.63% from 547); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE950 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAE950 is #1516AF. Grayscale: #D8D8D8. Windows color (decimal): -1382064 or 5302762. OLE color: 5302762.

HSL color Cylindrical-coordinate representation of color #EAE950: hue angle of 59.61º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EAE950 is Cyan = 0, Magento = 0.00, Yellow = 0.66 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 233 80 -
CMYK 0 0.00 0.66 0.08
HSL 59.61º 0.79% 0.62% -
HSV(B) 59.61º 0.66% 0.92% -
XYZ 64.52 76.35 18.93 -
YUV 215.86 51.33 140.94 -
System Red Green Blue C M Y K H S L
Decimal 234 233 80 0 0.00 0.66 0.08 59.61 0.79 0.62
Hex EA E9 50 0 0 42 8 3C 4F 3E
Octal 352 351 120 0 0 102 10 74 117 76
Binary 11101010 11101001 1010000 0 0 1000010 1000 111100 1001111 111110

Color Harmonies of #EAE950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE950

Black with #EAE950

Text Example


Text Example

White with #EAE950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE950; }

 p { color: rgb(234,233,80); }

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

background-color css

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

 a { background-color: rgb(234,233,80); }

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

border-color css

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

 span { border-color: rgb(234,233,80); }

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