Html Css Color HEX #EFDF97 Vis Vis

📋 copy color: '#EFDF97'

red 239 ◦ green 223 ◦ blue 151

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

Shades of Vis Vis #EFDF97

Tints of Vis Vis #EFDF97

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.38%

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

R = 38.99%
G = 36.38%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#EFDF97 (or 0xEFDF97) is known color: Vis Vis. HEX triplet: EF, DF and 97. RGB value is (239,223,151). Sum of RGB (Red+Green+Blue) = 239+223+151=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 223 (87.5% from 255 or 36.38% from 613); Blue value is 151 (59.38% from 255 or 24.63% from 613); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF97 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDF97 is #102068. Grayscale: #DBDBDB. Windows color (decimal): -1056873 or 9953263. OLE color: 9953263.

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

Color convert

RGB 239 223 151 -
CMYK 0 0.07 0.37 0.06
HSL 49.09º 0.73% 0.76% -
HSV(B) 49.09º 0.37% 0.94% -
XYZ 67.57 73.36 39.88 -
YUV 219.58 89.3 141.85 -
System Red Green Blue C M Y K H S L
Decimal 239 223 151 0 0.07 0.37 0.06 49.09 0.73 0.76
Hex EF DF 97 0 7 25 6 31 49 4C
Octal 357 337 227 0 7 45 6 61 111 114
Binary 11101111 11011111 10010111 0 111 100101 110 110001 1001001 1001100

Color Harmonies of #EFDF97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDF97

Black with #EFDF97

Text Example


Text Example

White with #EFDF97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDF97; }

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

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

background-color css

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

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

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

border-color css

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

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

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