Html Css Color HEX #EFDE93 Vis Vis

📋 copy color: '#EFDE93'

red 239 ◦ green 222 ◦ blue 147

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

Shades of Vis Vis #EFDE93

Tints of Vis Vis #EFDE93

RGB

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

 GREEN value IS 222 (87.11% from 255) = 36.51%

 BLUE value IS 147 (57.81% from 255) = 24.18%

R = 39.31%
G = 36.51%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#EFDE93 (or 0xEFDE93) is known color: Vis Vis. HEX triplet: EF, DE and 93. RGB value is (239,222,147). Sum of RGB (Red+Green+Blue) = 239+222+147=608 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.31% from 608); Green value is 222 (87.11% from 255 or 36.51% from 608); Blue value is 147 (57.81% from 255 or 24.18% from 608); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDE93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDE93 is #10216C. Grayscale: #DADADA. Windows color (decimal): -1057133 or 9690863. OLE color: 9690863.

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

Color convert

RGB 239 222 147 -
CMYK 0 0.07 0.38 0.06
HSL 48.91º 0.74% 0.76% -
HSV(B) 48.91º 0.38% 0.94% -
XYZ 66.98 72.7 38.11 -
YUV 218.53 87.63 142.6 -
System Red Green Blue C M Y K H S L
Decimal 239 222 147 0 0.07 0.38 0.06 48.91 0.74 0.76
Hex EF DE 93 0 7 26 6 31 4A 4C
Octal 357 336 223 0 7 46 6 61 112 114
Binary 11101111 11011110 10010011 0 111 100110 110 110001 1001010 1001100

Color Harmonies of #EFDE93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDE93

Black with #EFDE93

Text Example


Text Example

White with #EFDE93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDE93; }

 p { color: rgb(239,222,147); }

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

background-color css

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

 a { background-color: rgb(239,222,147); }

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

border-color css

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

 span { border-color: rgb(239,222,147); }

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