Html Css Color HEX #EFDF9B Vis Vis

📋 copy color: '#EFDF9B'

red 239 ◦ green 223 ◦ blue 155

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

Shades of Vis Vis #EFDF9B

Tints of Vis Vis #EFDF9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 25.12%

R = 38.74%
G = 36.14%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#EFDF9B (or 0xEFDF9B) is known color: Vis Vis. HEX triplet: EF, DF and 9B. RGB value is (239,223,155). Sum of RGB (Red+Green+Blue) = 239+223+155=617 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.74% from 617); Green value is 223 (87.5% from 255 or 36.14% from 617); Blue value is 155 (60.94% from 255 or 25.12% from 617); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDF9B is #102064. Grayscale: #DCDCDC. Windows color (decimal): -1056869 or 10215407. OLE color: 10215407.

HSL color Cylindrical-coordinate representation of color #EFDF9B: hue angle of 48.57º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EFDF9B is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 223 155 -
CMYK 0 0.07 0.35 0.06
HSL 48.57º 0.72% 0.77% -
HSV(B) 48.57º 0.35% 0.94% -
XYZ 67.9 73.49 41.62 -
YUV 220.03 91.3 141.53 -
System Red Green Blue C M Y K H S L
Decimal 239 223 155 0 0.07 0.35 0.06 48.57 0.72 0.77
Hex EF DF 9B 0 7 23 6 31 48 4D
Octal 357 337 233 0 7 43 6 61 110 115
Binary 11101111 11011111 10011011 0 111 100011 110 110001 1001000 1001101

Color Harmonies of #EFDF9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDF9B

Black with #EFDF9B

Text Example


Text Example

White with #EFDF9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDF9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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