Html Css Color HEX #EEE160 Manz

📋 copy color: '#EEE160'

red 238 ◦ green 225 ◦ blue 96

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

Shades of Manz #EEE160

Tints of Manz #EEE160

RGB

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

 GREEN value IS 225 (88.28% from 255) = 40.25%

 BLUE value IS 96 (37.89% from 255) = 17.17%

R = 42.58%
G = 40.25%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EEE160 (or 0xEEE160) is known color: Manz. HEX triplet: EE, E1 and 60. RGB value is (238,225,96). Sum of RGB (Red+Green+Blue) = 238+225+96=559 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.58% from 559); Green value is 225 (88.28% from 255 or 40.25% from 559); Blue value is 96 (37.89% from 255 or 17.17% from 559); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE160 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEE160 is #111E9F. Grayscale: #D6D6D6. Windows color (decimal): -1121952 or 6349294. OLE color: 6349294.

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

Color convert

RGB 238 225 96 -
CMYK 0 0.05 0.60 0.07
HSL 54.51º 0.81% 0.65% -
HSV(B) 54.51º 0.6% 0.93% -
XYZ 64.3 72.87 21.74 -
YUV 214.18 61.31 144.99 -
System Red Green Blue C M Y K H S L
Decimal 238 225 96 0 0.05 0.60 0.07 54.51 0.81 0.65
Hex EE E1 60 0 5 3C 7 37 51 41
Octal 356 341 140 0 5 74 7 67 121 101
Binary 11101110 11100001 1100000 0 101 111100 111 110111 1010001 1000001

Color Harmonies of #EEE160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE160

Black with #EEE160

Text Example


Text Example

White with #EEE160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE160; }

 p { color: rgb(238,225,96); }

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

background-color css

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

 a { background-color: rgb(238,225,96); }

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

border-color css

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

 span { border-color: rgb(238,225,96); }

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