Html Css Color HEX #EFE297 Vis Vis

📋 copy color: '#EFE297'

red 239 ◦ green 226 ◦ blue 151

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

Shades of Vis Vis #EFE297

Tints of Vis Vis #EFE297

RGB

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

 GREEN value IS 226 (88.67% from 255) = 36.69%

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

R = 38.8%
G = 36.69%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#EFE297 (or 0xEFE297) is known color: Vis Vis. HEX triplet: EF, E2 and 97. RGB value is (239,226,151). Sum of RGB (Red+Green+Blue) = 239+226+151=616 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.80% from 616); Green value is 226 (88.67% from 255 or 36.69% from 616); Blue value is 151 (59.38% from 255 or 24.51% from 616); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE297 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE297 is #101D68. Grayscale: #DDDDDD. Windows color (decimal): -1056105 or 9954031. OLE color: 9954031.

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

Color convert

RGB 239 226 151 -
CMYK 0 0.05 0.37 0.06
HSL 51.14º 0.73% 0.76% -
HSV(B) 51.14º 0.37% 0.94% -
XYZ 68.38 74.98 40.15 -
YUV 221.34 88.31 140.6 -
System Red Green Blue C M Y K H S L
Decimal 239 226 151 0 0.05 0.37 0.06 51.14 0.73 0.76
Hex EF E2 97 0 5 25 6 33 49 4C
Octal 357 342 227 0 5 45 6 63 111 114
Binary 11101111 11100010 10010111 0 101 100101 110 110011 1001001 1001100

Color Harmonies of #EFE297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE297

Black with #EFE297

Text Example


Text Example

White with #EFE297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE297; }

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

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

background-color css

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

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

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

border-color css

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

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

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