Html Css Color HEX #E7DA50 Manz

📋 copy color: '#E7DA50'

red 231 ◦ green 218 ◦ blue 80

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

Shades of Manz #E7DA50

Tints of Manz #E7DA50

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.21%

 BLUE value IS 80 (31.64% from 255) = 15.12%

R = 43.67%
G = 41.21%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.65

 K value IS 0.09

RGB Variations

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

Color information

#E7DA50 (or 0xE7DA50) is known color: Manz. HEX triplet: E7, DA and 50. RGB value is (231,218,80). Sum of RGB (Red+Green+Blue) = 231+218+80=529 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.67% from 529); Green value is 218 (85.55% from 255 or 41.21% from 529); Blue value is 80 (31.64% from 255 or 15.12% from 529); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DA50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7DA50 is #1825AF. Grayscale: #CECECE. Windows color (decimal): -1582512 or 5298919. OLE color: 5298919.

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

Color convert

RGB 231 218 80 -
CMYK 0 0.06 0.65 0.09
HSL 54.83º 0.76% 0.61% -
HSV(B) 54.83º 0.65% 0.91% -
XYZ 59.47 67.71 17.52 -
YUV 206.16 56.81 145.72 -
System Red Green Blue C M Y K H S L
Decimal 231 218 80 0 0.06 0.65 0.09 54.83 0.76 0.61
Hex E7 DA 50 0 6 41 9 37 4C 3D
Octal 347 332 120 0 6 101 11 67 114 75
Binary 11100111 11011010 1010000 0 110 1000001 1001 110111 1001100 111101

Color Harmonies of #E7DA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7DA50

Black with #E7DA50

Text Example


Text Example

White with #E7DA50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7DA50; }

 p { color: rgb(231,218,80); }

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

background-color css

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

 a { background-color: rgb(231,218,80); }

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

border-color css

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

 span { border-color: rgb(231,218,80); }

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