Html Css Color HEX #E8DF5F Manz

📋 copy color: '#E8DF5F'

red 232 ◦ green 223 ◦ blue 95

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

Shades of Manz #E8DF5F

Tints of Manz #E8DF5F

RGB

 RED value IS 232 (91.02% from 255) = 42.18%

 GREEN value IS 223 (87.5% from 255) = 40.55%

 BLUE value IS 95 (37.5% from 255) = 17.27%

R = 42.18%
G = 40.55%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#E8DF5F (or 0xE8DF5F) is known color: Manz. HEX triplet: E8, DF and 5F. RGB value is (232,223,95). Sum of RGB (Red+Green+Blue) = 232+223+95=550 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.18% from 550); Green value is 223 (87.5% from 255 or 40.55% from 550); Blue value is 95 (37.5% from 255 or 17.27% from 550); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DF5F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8DF5F is #1720A0. Grayscale: #D3D3D3. Windows color (decimal): -1515681 or 6283240. OLE color: 6283240.

HSL color Cylindrical-coordinate representation of color #E8DF5F: hue angle of 56.06º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E8DF5F is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 223 95 -
CMYK 0 0.04 0.59 0.09
HSL 56.06º 0.75% 0.64% -
HSV(B) 56.06º 0.59% 0.91% -
XYZ 61.73 70.76 21.23 -
YUV 211.1 62.48 142.91 -
System Red Green Blue C M Y K H S L
Decimal 232 223 95 0 0.04 0.59 0.09 56.06 0.75 0.64
Hex E8 DF 5F 0 4 3B 9 38 4B 40
Octal 350 337 137 0 4 73 11 70 113 100
Binary 11101000 11011111 1011111 0 100 111011 1001 111000 1001011 1000000

Color Harmonies of #E8DF5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8DF5F

Black with #E8DF5F

Text Example


Text Example

White with #E8DF5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8DF5F; }

 p { color: rgb(232,223,95); }

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

background-color css

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

 a { background-color: rgb(232,223,95); }

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

border-color css

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

 span { border-color: rgb(232,223,95); }

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