Html Css Color HEX #EFE097 Vis Vis

📋 copy color: '#EFE097'

red 239 ◦ green 224 ◦ blue 151

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

Shades of Vis Vis #EFE097

Tints of Vis Vis #EFE097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 24.59%

R = 38.93%
G = 36.48%
B = 24.59%

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

#EFE097 (or 0xEFE097) is known color: Vis Vis. HEX triplet: EF, E0 and 97. RGB value is (239,224,151). Sum of RGB (Red+Green+Blue) = 239+224+151=614 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.93% from 614); Green value is 224 (87.89% from 255 or 36.48% from 614); Blue value is 151 (59.38% from 255 or 24.59% from 614); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE097 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE097 is #101F68. Grayscale: #DCDCDC. Windows color (decimal): -1056617 or 9953519. OLE color: 9953519.

HSL color Cylindrical-coordinate representation of color #EFE097: hue angle of 49.77º degrees, saturation: 0.73, 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 #EFE097 is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 224 151 -
CMYK 0 0.06 0.37 0.06
HSL 49.77º 0.73% 0.76% -
HSV(B) 49.77º 0.37% 0.94% -
XYZ 67.84 73.9 39.97 -
YUV 220.16 88.97 141.44 -
System Red Green Blue C M Y K H S L
Decimal 239 224 151 0 0.06 0.37 0.06 49.77 0.73 0.76
Hex EF E0 97 0 6 25 6 32 49 4C
Octal 357 340 227 0 6 45 6 62 111 114
Binary 11101111 11100000 10010111 0 110 100101 110 110010 1001001 1001100

Color Harmonies of #EFE097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE097

Black with #EFE097

Text Example


Text Example

White with #EFE097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE097; }

 p { color: rgb(239,224,151); }

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

background-color css

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

 a { background-color: rgb(239,224,151); }

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

border-color css

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

 span { border-color: rgb(239,224,151); }

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