Html Css Color HEX #EADE5B Manz

📋 copy color: '#EADE5B'

red 234 ◦ green 222 ◦ blue 91

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

Shades of Manz #EADE5B

Tints of Manz #EADE5B

RGB

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

 GREEN value IS 222 (87.11% from 255) = 40.59%

 BLUE value IS 91 (35.94% from 255) = 16.64%

R = 42.78%
G = 40.59%
B = 16.64%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#EADE5B (or 0xEADE5B) is known color: Manz. HEX triplet: EA, DE and 5B. RGB value is (234,222,91). Sum of RGB (Red+Green+Blue) = 234+222+91=547 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.78% from 547); Green value is 222 (87.11% from 255 or 40.59% from 547); Blue value is 91 (35.94% from 255 or 16.64% from 547); Max value from RGB is 234 - color contains mainly: red. Hex color #EADE5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADE5B is #1521A4. Grayscale: #D3D3D3. Windows color (decimal): -1384869 or 6020842. OLE color: 6020842.

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

Color convert

RGB 234 222 91 -
CMYK 0 0.05 0.61 0.08
HSL 54.97º 0.77% 0.64% -
HSV(B) 54.97º 0.61% 0.92% -
XYZ 61.94 70.49 20.24 -
YUV 210.65 60.48 144.65 -
System Red Green Blue C M Y K H S L
Decimal 234 222 91 0 0.05 0.61 0.08 54.97 0.77 0.64
Hex EA DE 5B 0 5 3D 8 37 4D 40
Octal 352 336 133 0 5 75 10 67 115 100
Binary 11101010 11011110 1011011 0 101 111101 1000 110111 1001101 1000000

Color Harmonies of #EADE5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADE5B

Black with #EADE5B

Text Example


Text Example

White with #EADE5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADE5B; }

 p { color: rgb(234,222,91); }

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

background-color css

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

 a { background-color: rgb(234,222,91); }

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

border-color css

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

 span { border-color: rgb(234,222,91); }

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