Html Css Color HEX #EADE53 Manz

📋 copy color: '#EADE53'

red 234 ◦ green 222 ◦ blue 83

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

Shades of Manz #EADE53

Tints of Manz #EADE53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 15.4%

R = 43.41%
G = 41.19%
B = 15.4%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#EADE53 (or 0xEADE53) is known color: Manz. HEX triplet: EA, DE and 53. RGB value is (234,222,83). Sum of RGB (Red+Green+Blue) = 234+222+83=539 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.41% from 539); Green value is 222 (87.11% from 255 or 41.19% from 539); Blue value is 83 (32.81% from 255 or 15.40% from 539); Max value from RGB is 234 - color contains mainly: red. Hex color #EADE53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADE53 is #1521AC. Grayscale: #D2D2D2. Windows color (decimal): -1384877 or 5496554. OLE color: 5496554.

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

Color convert

RGB 234 222 83 -
CMYK 0 0.05 0.65 0.08
HSL 55.23º 0.78% 0.62% -
HSV(B) 55.23º 0.65% 0.92% -
XYZ 61.61 70.36 18.52 -
YUV 209.74 56.48 145.3 -
System Red Green Blue C M Y K H S L
Decimal 234 222 83 0 0.05 0.65 0.08 55.23 0.78 0.62
Hex EA DE 53 0 5 41 8 37 4E 3E
Octal 352 336 123 0 5 101 10 67 116 76
Binary 11101010 11011110 1010011 0 101 1000001 1000 110111 1001110 111110

Color Harmonies of #EADE53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADE53

Black with #EADE53

Text Example


Text Example

White with #EADE53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADE53; }

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

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

background-color css

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

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

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

border-color css

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

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

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