Html Css Color HEX #EEDF64 Manz

📋 copy color: '#EEDF64'

red 238 ◦ green 223 ◦ blue 100

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

Shades of Manz #EEDF64

Tints of Manz #EEDF64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 17.83%

R = 42.42%
G = 39.75%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EEDF64 (or 0xEEDF64) is known color: Manz. HEX triplet: EE, DF and 64. RGB value is (238,223,100). Sum of RGB (Red+Green+Blue) = 238+223+100=561 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.42% from 561); Green value is 223 (87.5% from 255 or 39.75% from 561); Blue value is 100 (39.45% from 255 or 17.83% from 561); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDF64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDF64 is #11209B. Grayscale: #D5D5D5. Windows color (decimal): -1122460 or 6610926. OLE color: 6610926.

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

Color convert

RGB 238 223 100 -
CMYK 0 0.06 0.58 0.07
HSL 53.48º 0.8% 0.66% -
HSV(B) 53.48º 0.58% 0.93% -
XYZ 63.95 71.87 22.56 -
YUV 213.46 63.97 145.5 -
System Red Green Blue C M Y K H S L
Decimal 238 223 100 0 0.06 0.58 0.07 53.48 0.8 0.66
Hex EE DF 64 0 6 3A 7 35 50 42
Octal 356 337 144 0 6 72 7 65 120 102
Binary 11101110 11011111 1100100 0 110 111010 111 110101 1010000 1000010

Color Harmonies of #EEDF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDF64

Black with #EEDF64

Text Example


Text Example

White with #EEDF64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDF64; }

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

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

background-color css

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

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

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

border-color css

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

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

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