Html Css Color HEX #EEDF5E Manz

📋 copy color: '#EEDF5E'

red 238 ◦ green 223 ◦ blue 94

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

Shades of Manz #EEDF5E

Tints of Manz #EEDF5E

RGB

 RED value IS 238 (93.36% from 255) = 42.88%

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

 BLUE value IS 94 (37.11% from 255) = 16.94%

R = 42.88%
G = 40.18%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EEDF5E (or 0xEEDF5E) is known color: Manz. HEX triplet: EE, DF and 5E. RGB value is (238,223,94). Sum of RGB (Red+Green+Blue) = 238+223+94=555 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.88% from 555); Green value is 223 (87.5% from 255 or 40.18% from 555); Blue value is 94 (37.11% from 255 or 16.94% from 555); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDF5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDF5E is #1120A1. Grayscale: #D5D5D5. Windows color (decimal): -1122466 or 6217710. OLE color: 6217710.

HSL color Cylindrical-coordinate representation of color #EEDF5E: hue angle of 53.75º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EEDF5E is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 223 94 -
CMYK 0 0.06 0.61 0.07
HSL 53.75º 0.81% 0.65% -
HSV(B) 53.75º 0.61% 0.93% -
XYZ 63.67 71.76 21.09 -
YUV 212.78 60.97 145.99 -
System Red Green Blue C M Y K H S L
Decimal 238 223 94 0 0.06 0.61 0.07 53.75 0.81 0.65
Hex EE DF 5E 0 6 3D 7 36 51 41
Octal 356 337 136 0 6 75 7 66 121 101
Binary 11101110 11011111 1011110 0 110 111101 111 110110 1010001 1000001

Color Harmonies of #EEDF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDF5E

Black with #EEDF5E

Text Example


Text Example

White with #EEDF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDF5E; }

 p { color: rgb(238,223,94); }

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

background-color css

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

 a { background-color: rgb(238,223,94); }

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

border-color css

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

 span { border-color: rgb(238,223,94); }

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