Html Css Color HEX #EFDD94 Vis Vis

📋 copy color: '#EFDD94'

red 239 ◦ green 221 ◦ blue 148

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

Shades of Vis Vis #EFDD94

Tints of Vis Vis #EFDD94

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.35%

 BLUE value IS 148 (58.2% from 255) = 24.34%

R = 39.31%
G = 36.35%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#EFDD94 (or 0xEFDD94) is known color: Vis Vis. HEX triplet: EF, DD and 94. RGB value is (239,221,148). Sum of RGB (Red+Green+Blue) = 239+221+148=608 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.31% from 608); Green value is 221 (86.72% from 255 or 36.35% from 608); Blue value is 148 (58.20% from 255 or 24.34% from 608); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDD94 is #10226B. Grayscale: #DADADA. Windows color (decimal): -1057388 or 9756143. OLE color: 9756143.

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

Color convert

RGB 239 221 148 -
CMYK 0 0.08 0.38 0.06
HSL 48.13º 0.74% 0.76% -
HSV(B) 48.13º 0.38% 0.94% -
XYZ 66.8 72.2 38.43 -
YUV 218.06 88.46 142.94 -
System Red Green Blue C M Y K H S L
Decimal 239 221 148 0 0.08 0.38 0.06 48.13 0.74 0.76
Hex EF DD 94 0 8 26 6 30 4A 4C
Octal 357 335 224 0 10 46 6 60 112 114
Binary 11101111 11011101 10010100 0 1000 100110 110 110000 1001010 1001100

Color Harmonies of #EFDD94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDD94

Black with #EFDD94

Text Example


Text Example

White with #EFDD94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDD94; }

 p { color: rgb(239,221,148); }

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

background-color css

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

 a { background-color: rgb(239,221,148); }

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

border-color css

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

 span { border-color: rgb(239,221,148); }

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