Html Css Color HEX #EADB53 Manz

📋 copy color: '#EADB53'

red 234 ◦ green 219 ◦ blue 83

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

Shades of Manz #EADB53

Tints of Manz #EADB53

RGB

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

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

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

R = 43.66%
G = 40.86%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#EADB53 (or 0xEADB53) is known color: Manz. HEX triplet: EA, DB and 53. RGB value is (234,219,83). Sum of RGB (Red+Green+Blue) = 234+219+83=536 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.66% from 536); Green value is 219 (85.94% from 255 or 40.86% from 536); Blue value is 83 (32.81% from 255 or 15.49% from 536); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADB53 is #1524AC. Grayscale: #D0D0D0. Windows color (decimal): -1385645 or 5495786. OLE color: 5495786.

HSL color Cylindrical-coordinate representation of color #EADB53: hue angle of 54.04º 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 #EADB53 is Cyan = 0, Magento = 0.06, Yellow = 0.65 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 219 83 -
CMYK 0 0.06 0.65 0.08
HSL 54.04º 0.78% 0.62% -
HSV(B) 54.04º 0.65% 0.92% -
XYZ 60.82 68.78 18.25 -
YUV 207.98 57.47 146.56 -
System Red Green Blue C M Y K H S L
Decimal 234 219 83 0 0.06 0.65 0.08 54.04 0.78 0.62
Hex EA DB 53 0 6 41 8 36 4E 3E
Octal 352 333 123 0 6 101 10 66 116 76
Binary 11101010 11011011 1010011 0 110 1000001 1000 110110 1001110 111110

Color Harmonies of #EADB53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADB53

Black with #EADB53

Text Example


Text Example

White with #EADB53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADB53; }

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

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

background-color css

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

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

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

border-color css

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

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

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