Html Css Color HEX #EEE064 Manz

📋 copy color: '#EEE064'

red 238 ◦ green 224 ◦ blue 100

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

Shades of Manz #EEE064

Tints of Manz #EEE064

RGB

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

 GREEN value IS 224 (87.89% from 255) = 39.86%

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

R = 42.35%
G = 39.86%
B = 17.79%

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

#EEE064 (or 0xEEE064) is known color: Manz. HEX triplet: EE, E0 and 64. RGB value is (238,224,100). Sum of RGB (Red+Green+Blue) = 238+224+100=562 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.35% from 562); Green value is 224 (87.89% from 255 or 39.86% from 562); Blue value is 100 (39.45% from 255 or 17.79% from 562); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE064 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEE064 is #111F9B. Grayscale: #D6D6D6. Windows color (decimal): -1122204 or 6611182. OLE color: 6611182.

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

Color convert

RGB 238 224 100 -
CMYK 0 0.06 0.58 0.07
HSL 53.91º 0.8% 0.66% -
HSV(B) 53.91º 0.58% 0.93% -
XYZ 64.22 72.41 22.65 -
YUV 214.05 63.64 145.08 -
System Red Green Blue C M Y K H S L
Decimal 238 224 100 0 0.06 0.58 0.07 53.91 0.8 0.66
Hex EE E0 64 0 6 3A 7 36 50 42
Octal 356 340 144 0 6 72 7 66 120 102
Binary 11101110 11100000 1100100 0 110 111010 111 110110 1010000 1000010

Color Harmonies of #EEE064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE064

Black with #EEE064

Text Example


Text Example

White with #EEE064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE064; }

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

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

background-color css

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

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

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

border-color css

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

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

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