Html Css Color HEX #EAD953 Manz

📋 copy color: '#EAD953'

red 234 ◦ green 217 ◦ blue 83

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

Shades of Manz #EAD953

Tints of Manz #EAD953

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.64%

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

R = 43.82%
G = 40.64%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#EAD953 (or 0xEAD953) is known color: Manz. HEX triplet: EA, D9 and 53. RGB value is (234,217,83). Sum of RGB (Red+Green+Blue) = 234+217+83=534 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.82% from 534); Green value is 217 (85.16% from 255 or 40.64% from 534); Blue value is 83 (32.81% from 255 or 15.54% from 534); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD953 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD953 is #1526AC. Grayscale: #CFCFCF. Windows color (decimal): -1386157 or 5495274. OLE color: 5495274.

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

Color convert

RGB 234 217 83 -
CMYK 0 0.07 0.65 0.08
HSL 53.25º 0.78% 0.62% -
HSV(B) 53.25º 0.65% 0.92% -
XYZ 60.31 67.74 18.08 -
YUV 206.81 58.13 147.4 -
System Red Green Blue C M Y K H S L
Decimal 234 217 83 0 0.07 0.65 0.08 53.25 0.78 0.62
Hex EA D9 53 0 7 41 8 35 4E 3E
Octal 352 331 123 0 7 101 10 65 116 76
Binary 11101010 11011001 1010011 0 111 1000001 1000 110101 1001110 111110

Color Harmonies of #EAD953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD953

Black with #EAD953

Text Example


Text Example

White with #EAD953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD953; }

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

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

background-color css

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

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

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

border-color css

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

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

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