Html Css Color HEX #EFDE99 Vis Vis

📋 copy color: '#EFDE99'

red 239 ◦ green 222 ◦ blue 153

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

Shades of Vis Vis #EFDE99

Tints of Vis Vis #EFDE99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 24.92%

R = 38.93%
G = 36.16%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#EFDE99 (or 0xEFDE99) is known color: Vis Vis. HEX triplet: EF, DE and 99. RGB value is (239,222,153). Sum of RGB (Red+Green+Blue) = 239+222+153=614 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.93% from 614); Green value is 222 (87.11% from 255 or 36.16% from 614); Blue value is 153 (60.16% from 255 or 24.92% from 614); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDE99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDE99 is #102166. Grayscale: #DBDBDB. Windows color (decimal): -1057127 or 10084079. OLE color: 10084079.

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

Color convert

RGB 239 222 153 -
CMYK 0 0.07 0.36 0.06
HSL 48.14º 0.73% 0.77% -
HSV(B) 48.14º 0.36% 0.94% -
XYZ 67.47 72.89 40.65 -
YUV 219.22 90.63 142.11 -
System Red Green Blue C M Y K H S L
Decimal 239 222 153 0 0.07 0.36 0.06 48.14 0.73 0.77
Hex EF DE 99 0 7 24 6 30 49 4D
Octal 357 336 231 0 7 44 6 60 111 115
Binary 11101111 11011110 10011001 0 111 100100 110 110000 1001001 1001101

Color Harmonies of #EFDE99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDE99

Black with #EFDE99

Text Example


Text Example

White with #EFDE99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDE99; }

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

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

background-color css

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

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

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

border-color css

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

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

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