Html Css Color HEX #E7DC52 Manz

📋 copy color: '#E7DC52'

red 231 ◦ green 220 ◦ blue 82

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

Shades of Manz #E7DC52

Tints of Manz #E7DC52

RGB

 RED value IS 231 (90.63% from 255) = 43.34%

 GREEN value IS 220 (86.33% from 255) = 41.28%

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

R = 43.34%
G = 41.28%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.65

 K value IS 0.09

RGB Variations

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

Color information

#E7DC52 (or 0xE7DC52) is known color: Manz. HEX triplet: E7, DC and 52. RGB value is (231,220,82). Sum of RGB (Red+Green+Blue) = 231+220+82=533 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.34% from 533); Green value is 220 (86.33% from 255 or 41.28% from 533); Blue value is 82 (32.42% from 255 or 15.38% from 533); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DC52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7DC52 is #1823AD. Grayscale: #D0D0D0. Windows color (decimal): -1581998 or 5430503. OLE color: 5430503.

HSL color Cylindrical-coordinate representation of color #E7DC52: hue angle of 55.57º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E7DC52 is Cyan = 0, Magento = 0.05, Yellow = 0.65 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 220 82 -
CMYK 0 0.05 0.65 0.09
HSL 55.57º 0.76% 0.61% -
HSV(B) 55.57º 0.65% 0.91% -
XYZ 60.07 68.78 18.09 -
YUV 207.56 57.14 144.72 -
System Red Green Blue C M Y K H S L
Decimal 231 220 82 0 0.05 0.65 0.09 55.57 0.76 0.61
Hex E7 DC 52 0 5 41 9 38 4C 3D
Octal 347 334 122 0 5 101 11 70 114 75
Binary 11100111 11011100 1010010 0 101 1000001 1001 111000 1001100 111101

Color Harmonies of #E7DC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7DC52

Black with #E7DC52

Text Example


Text Example

White with #E7DC52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7DC52; }

 p { color: rgb(231,220,82); }

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

background-color css

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

 a { background-color: rgb(231,220,82); }

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

border-color css

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

 span { border-color: rgb(231,220,82); }

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