Html Css Color HEX #EFE095 Vis Vis

📋 copy color: '#EFE095'

red 239 ◦ green 224 ◦ blue 149

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

Shades of Vis Vis #EFE095

Tints of Vis Vis #EFE095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 24.35%

R = 39.05%
G = 36.6%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#EFE095 (or 0xEFE095) is known color: Vis Vis. HEX triplet: EF, E0 and 95. RGB value is (239,224,149). Sum of RGB (Red+Green+Blue) = 239+224+149=612 (81% of max value = 765). Red value is 239 (93.75% from 255 or 39.05% from 612); Green value is 224 (87.89% from 255 or 36.60% from 612); Blue value is 149 (58.59% from 255 or 24.35% from 612); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE095 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE095 is #101F6A. Grayscale: #DCDCDC. Windows color (decimal): -1056619 or 9822447. OLE color: 9822447.

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

Color convert

RGB 239 224 149 -
CMYK 0 0.06 0.38 0.06
HSL 50º 0.74% 0.76% -
HSV(B) 50º 0.38% 0.94% -
XYZ 67.68 73.83 39.12 -
YUV 219.94 87.97 141.6 -
System Red Green Blue C M Y K H S L
Decimal 239 224 149 0 0.06 0.38 0.06 50 0.74 0.76
Hex EF E0 95 0 6 26 6 32 4A 4C
Octal 357 340 225 0 6 46 6 62 112 114
Binary 11101111 11100000 10010101 0 110 100110 110 110010 1001010 1001100

Color Harmonies of #EFE095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE095

Black with #EFE095

Text Example


Text Example

White with #EFE095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE095; }

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

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

background-color css

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

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

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

border-color css

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

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

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