Html Css Color HEX #E2D457 Manz

📋 copy color: '#E2D457'

red 226 ◦ green 212 ◦ blue 87

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

Shades of Manz #E2D457

Tints of Manz #E2D457

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.38%

 BLUE value IS 87 (34.38% from 255) = 16.57%

R = 43.05%
G = 40.38%
B = 16.57%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.62

 K value IS 0.11

RGB Variations

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

Color information

#E2D457 (or 0xE2D457) is known color: Manz. HEX triplet: E2, D4 and 57. RGB value is (226,212,87). Sum of RGB (Red+Green+Blue) = 226+212+87=525 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.05% from 525); Green value is 212 (83.20% from 255 or 40.38% from 525); Blue value is 87 (34.38% from 255 or 16.57% from 525); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D457 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2D457 is #1D2BA8. Grayscale: #CACACA. Windows color (decimal): -1911721 or 5756130. OLE color: 5756130.

HSL color Cylindrical-coordinate representation of color #E2D457: hue angle of 53.96º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E2D457 is Cyan = 0, Magento = 0.06, Yellow = 0.62 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 212 87 -
CMYK 0 0.06 0.62 0.11
HSL 53.96º 0.71% 0.61% -
HSV(B) 53.96º 0.62% 0.89% -
XYZ 56.63 63.94 18.37 -
YUV 201.94 63.14 145.16 -
System Red Green Blue C M Y K H S L
Decimal 226 212 87 0 0.06 0.62 0.11 53.96 0.71 0.61
Hex E2 D4 57 0 6 3E B 36 47 3D
Octal 342 324 127 0 6 76 13 66 107 75
Binary 11100010 11010100 1010111 0 110 111110 1011 110110 1000111 111101

Color Harmonies of #E2D457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D457

Black with #E2D457

Text Example


Text Example

White with #E2D457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D457; }

 p { color: rgb(226,212,87); }

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

background-color css

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

 a { background-color: rgb(226,212,87); }

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

border-color css

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

 span { border-color: rgb(226,212,87); }

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