Html Css Color HEX #EADB55 Manz

📋 copy color: '#EADB55'

red 234 ◦ green 219 ◦ blue 85

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

Shades of Manz #EADB55

Tints of Manz #EADB55

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.71%

 BLUE value IS 85 (33.59% from 255) = 15.8%

R = 43.49%
G = 40.71%
B = 15.8%

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

#EADB55 (or 0xEADB55) is known color: Manz. HEX triplet: EA, DB and 55. RGB value is (234,219,85). Sum of RGB (Red+Green+Blue) = 234+219+85=538 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.49% from 538); Green value is 219 (85.94% from 255 or 40.71% from 538); Blue value is 85 (33.59% from 255 or 15.80% from 538); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADB55 is #1524AA. Grayscale: #D0D0D0. Windows color (decimal): -1385643 or 5626858. OLE color: 5626858.

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

Color convert

RGB 234 219 85 -
CMYK 0 0.06 0.64 0.08
HSL 53.96º 0.78% 0.63% -
HSV(B) 53.96º 0.64% 0.92% -
XYZ 60.9 68.81 18.67 -
YUV 208.21 58.47 146.4 -
System Red Green Blue C M Y K H S L
Decimal 234 219 85 0 0.06 0.64 0.08 53.96 0.78 0.63
Hex EA DB 55 0 6 40 8 36 4E 3F
Octal 352 333 125 0 6 100 10 66 116 77
Binary 11101010 11011011 1010101 0 110 1000000 1000 110110 1001110 111111

Color Harmonies of #EADB55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADB55

Black with #EADB55

Text Example


Text Example

White with #EADB55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADB55; }

 p { color: rgb(234,219,85); }

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

background-color css

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

 a { background-color: rgb(234,219,85); }

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

border-color css

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

 span { border-color: rgb(234,219,85); }

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