Html Css Color HEX #E7D94C Manz

📋 copy color: '#E7D94C'

red 231 ◦ green 217 ◦ blue 76

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

Shades of Manz #E7D94C

Tints of Manz #E7D94C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 14.5%

R = 44.08%
G = 41.41%
B = 14.5%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#E7D94C (or 0xE7D94C) is known color: Manz. HEX triplet: E7, D9 and 4C. RGB value is (231,217,76). Sum of RGB (Red+Green+Blue) = 231+217+76=524 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.08% from 524); Green value is 217 (85.16% from 255 or 41.41% from 524); Blue value is 76 (30.08% from 255 or 14.50% from 524); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D94C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7D94C is #1826B3. Grayscale: #CDCDCD. Windows color (decimal): -1582772 or 5036519. OLE color: 5036519.

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

Color convert

RGB 231 217 76 -
CMYK 0 0.06 0.67 0.09
HSL 54.58º 0.76% 0.6% -
HSV(B) 54.58º 0.67% 0.91% -
XYZ 59.07 67.14 16.68 -
YUV 205.11 55.14 146.46 -
System Red Green Blue C M Y K H S L
Decimal 231 217 76 0 0.06 0.67 0.09 54.58 0.76 0.6
Hex E7 D9 4C 0 6 43 9 37 4C 3C
Octal 347 331 114 0 6 103 11 67 114 74
Binary 11100111 11011001 1001100 0 110 1000011 1001 110111 1001100 111100

Color Harmonies of #E7D94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D94C

Black with #E7D94C

Text Example


Text Example

White with #E7D94C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D94C; }

 p { color: rgb(231,217,76); }

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

background-color css

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

 a { background-color: rgb(231,217,76); }

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

border-color css

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

 span { border-color: rgb(231,217,76); }

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