Html Css Color HEX #EEE096 Vis Vis

📋 copy color: '#EEE096'

red 238 ◦ green 224 ◦ blue 150

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

Shades of Vis Vis #EEE096

Tints of Vis Vis #EEE096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 24.51%

R = 38.89%
G = 36.6%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EEE096 (or 0xEEE096) is known color: Vis Vis. HEX triplet: EE, E0 and 96. RGB value is (238,224,150). Sum of RGB (Red+Green+Blue) = 238+224+150=612 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.89% from 612); Green value is 224 (87.89% from 255 or 36.60% from 612); Blue value is 150 (58.98% from 255 or 24.51% from 612); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE096 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE096 is #111F69. Grayscale: #DCDCDC. Windows color (decimal): -1122154 or 9887982. OLE color: 9887982.

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

Color convert

RGB 238 224 150 -
CMYK 0 0.06 0.37 0.07
HSL 50.45º 0.72% 0.76% -
HSV(B) 50.45º 0.37% 0.93% -
XYZ 67.42 73.69 39.52 -
YUV 219.75 88.64 141.02 -
System Red Green Blue C M Y K H S L
Decimal 238 224 150 0 0.06 0.37 0.07 50.45 0.72 0.76
Hex EE E0 96 0 6 25 7 32 48 4C
Octal 356 340 226 0 6 45 7 62 110 114
Binary 11101110 11100000 10010110 0 110 100101 111 110010 1001000 1001100

Color Harmonies of #EEE096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE096

Black with #EEE096

Text Example


Text Example

White with #EEE096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE096; }

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

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

background-color css

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

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

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

border-color css

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

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

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