Html Css Color HEX #EFE196 Vis Vis

📋 copy color: '#EFE196'

red 239 ◦ green 225 ◦ blue 150

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

Shades of Vis Vis #EFE196

Tints of Vis Vis #EFE196

RGB

 RED value IS 239 (93.75% from 255) = 38.93%

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

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

R = 38.93%
G = 36.64%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#EFE196 (or 0xEFE196) is known color: Vis Vis. HEX triplet: EF, E1 and 96. RGB value is (239,225,150). Sum of RGB (Red+Green+Blue) = 239+225+150=614 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.93% from 614); Green value is 225 (88.28% from 255 or 36.64% from 614); Blue value is 150 (58.98% from 255 or 24.43% from 614); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE196 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE196 is #101E69. Grayscale: #DCDCDC. Windows color (decimal): -1056362 or 9888239. OLE color: 9888239.

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

Color convert

RGB 239 225 150 -
CMYK 0 0.06 0.37 0.06
HSL 50.56º 0.74% 0.76% -
HSV(B) 50.56º 0.37% 0.94% -
XYZ 68.03 74.4 39.63 -
YUV 220.64 88.14 141.1 -
System Red Green Blue C M Y K H S L
Decimal 239 225 150 0 0.06 0.37 0.06 50.56 0.74 0.76
Hex EF E1 96 0 6 25 6 33 4A 4C
Octal 357 341 226 0 6 45 6 63 112 114
Binary 11101111 11100001 10010110 0 110 100101 110 110011 1001010 1001100

Color Harmonies of #EFE196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE196

Black with #EFE196

Text Example


Text Example

White with #EFE196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE196; }

 p { color: rgb(239,225,150); }

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

background-color css

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

 a { background-color: rgb(239,225,150); }

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

border-color css

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

 span { border-color: rgb(239,225,150); }

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