Html Css Color HEX #EAD952 Manz

📋 copy color: '#EAD952'

red 234 ◦ green 217 ◦ blue 82

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

Shades of Manz #EAD952

Tints of Manz #EAD952

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 15.38%

R = 43.9%
G = 40.71%
B = 15.38%

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

#EAD952 (or 0xEAD952) is known color: Manz. HEX triplet: EA, D9 and 52. RGB value is (234,217,82). Sum of RGB (Red+Green+Blue) = 234+217+82=533 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.90% from 533); Green value is 217 (85.16% from 255 or 40.71% from 533); Blue value is 82 (32.42% from 255 or 15.38% from 533); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD952 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD952 is #1526AD. Grayscale: #CFCFCF. Windows color (decimal): -1386158 or 5429738. OLE color: 5429738.

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

Color convert

RGB 234 217 82 -
CMYK 0 0.07 0.65 0.08
HSL 53.29º 0.78% 0.62% -
HSV(B) 53.29º 0.65% 0.92% -
XYZ 60.27 67.73 17.88 -
YUV 206.69 57.63 147.48 -
System Red Green Blue C M Y K H S L
Decimal 234 217 82 0 0.07 0.65 0.08 53.29 0.78 0.62
Hex EA D9 52 0 7 41 8 35 4E 3E
Octal 352 331 122 0 7 101 10 65 116 76
Binary 11101010 11011001 1010010 0 111 1000001 1000 110101 1001110 111110

Color Harmonies of #EAD952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD952

Black with #EAD952

Text Example


Text Example

White with #EAD952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD952; }

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

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

background-color css

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

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

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

border-color css

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

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

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