Html Css Color HEX #EFDF96 Vis Vis

📋 copy color: '#EFDF96'

red 239 ◦ green 223 ◦ blue 150

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

Shades of Vis Vis #EFDF96

Tints of Vis Vis #EFDF96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 24.51%

R = 39.05%
G = 36.44%
B = 24.51%

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

#EFDF96 (or 0xEFDF96) is known color: Vis Vis. HEX triplet: EF, DF and 96. RGB value is (239,223,150). Sum of RGB (Red+Green+Blue) = 239+223+150=612 (81% of max value = 765). Red value is 239 (93.75% from 255 or 39.05% from 612); Green value is 223 (87.5% from 255 or 36.44% from 612); Blue value is 150 (58.98% from 255 or 24.51% from 612); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDF96 is #102069. Grayscale: #DBDBDB. Windows color (decimal): -1056874 or 9887727. OLE color: 9887727.

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

Color convert

RGB 239 223 150 -
CMYK 0 0.07 0.37 0.06
HSL 49.21º 0.74% 0.76% -
HSV(B) 49.21º 0.37% 0.94% -
XYZ 67.49 73.33 39.45 -
YUV 219.46 88.8 141.94 -
System Red Green Blue C M Y K H S L
Decimal 239 223 150 0 0.07 0.37 0.06 49.21 0.74 0.76
Hex EF DF 96 0 7 25 6 31 4A 4C
Octal 357 337 226 0 7 45 6 61 112 114
Binary 11101111 11011111 10010110 0 111 100101 110 110001 1001010 1001100

Color Harmonies of #EFDF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDF96

Black with #EFDF96

Text Example


Text Example

White with #EFDF96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDF96; }

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

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

background-color css

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

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

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

border-color css

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

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

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