Html Css Color HEX #E2D762 Manz

📋 copy color: '#E2D762'

red 226 ◦ green 215 ◦ blue 98

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

Shades of Manz #E2D762

Tints of Manz #E2D762

RGB

 RED value IS 226 (88.67% from 255) = 41.93%

 GREEN value IS 215 (84.38% from 255) = 39.89%

 BLUE value IS 98 (38.67% from 255) = 18.18%

R = 41.93%
G = 39.89%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.57

 K value IS 0.11

RGB Variations

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

Color information

#E2D762 (or 0xE2D762) is known color: Manz. HEX triplet: E2, D7 and 62. RGB value is (226,215,98). Sum of RGB (Red+Green+Blue) = 226+215+98=539 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.93% from 539); Green value is 215 (84.38% from 255 or 39.89% from 539); Blue value is 98 (38.67% from 255 or 18.18% from 539); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D762 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2D762 is #1D289D. Grayscale: #CDCDCD. Windows color (decimal): -1910942 or 6477794. OLE color: 6477794.

HSL color Cylindrical-coordinate representation of color #E2D762: hue angle of 54.84º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E2D762 is Cyan = 0, Magento = 0.05, Yellow = 0.57 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 215 98 -
CMYK 0 0.05 0.57 0.11
HSL 54.84º 0.69% 0.64% -
HSV(B) 54.84º 0.57% 0.89% -
XYZ 57.87 65.65 21.18 -
YUV 204.95 67.64 143.01 -
System Red Green Blue C M Y K H S L
Decimal 226 215 98 0 0.05 0.57 0.11 54.84 0.69 0.64
Hex E2 D7 62 0 5 39 B 37 45 40
Octal 342 327 142 0 5 71 13 67 105 100
Binary 11100010 11010111 1100010 0 101 111001 1011 110111 1000101 1000000

Color Harmonies of #E2D762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D762

Black with #E2D762

Text Example


Text Example

White with #E2D762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D762; }

 p { color: rgb(226,215,98); }

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

background-color css

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

 a { background-color: rgb(226,215,98); }

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

border-color css

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

 span { border-color: rgb(226,215,98); }

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