Html Css Color HEX #EADD54 Manz

📋 copy color: '#EADD54'

red 234 ◦ green 221 ◦ blue 84

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

Shades of Manz #EADD54

Tints of Manz #EADD54

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41%

 BLUE value IS 84 (33.2% from 255) = 15.58%

R = 43.41%
G = 41%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EADD54 (or 0xEADD54) is known color: Manz. HEX triplet: EA, DD and 54. RGB value is (234,221,84). Sum of RGB (Red+Green+Blue) = 234+221+84=539 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.41% from 539); Green value is 221 (86.72% from 255 or 41.00% from 539); Blue value is 84 (33.20% from 255 or 15.58% from 539); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADD54 is #1522AB. Grayscale: #D1D1D1. Windows color (decimal): -1385132 or 5561834. OLE color: 5561834.

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

Color convert

RGB 234 221 84 -
CMYK 0 0.06 0.64 0.08
HSL 54.8º 0.78% 0.62% -
HSV(B) 54.8º 0.64% 0.92% -
XYZ 61.39 69.85 18.63 -
YUV 209.27 57.31 145.64 -
System Red Green Blue C M Y K H S L
Decimal 234 221 84 0 0.06 0.64 0.08 54.8 0.78 0.62
Hex EA DD 54 0 6 40 8 37 4E 3E
Octal 352 335 124 0 6 100 10 67 116 76
Binary 11101010 11011101 1010100 0 110 1000000 1000 110111 1001110 111110

Color Harmonies of #EADD54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADD54

Black with #EADD54

Text Example


Text Example

White with #EADD54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADD54; }

 p { color: rgb(234,221,84); }

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

background-color css

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

 a { background-color: rgb(234,221,84); }

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

border-color css

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

 span { border-color: rgb(234,221,84); }

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