Html Css Color HEX #EFE29D Vis Vis

📋 copy color: '#EFE29D'

red 239 ◦ green 226 ◦ blue 157

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

Shades of Vis Vis #EFE29D

Tints of Vis Vis #EFE29D

RGB

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

 GREEN value IS 226 (88.67% from 255) = 36.33%

 BLUE value IS 157 (61.72% from 255) = 25.24%

R = 38.42%
G = 36.33%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#EFE29D (or 0xEFE29D) is known color: Vis Vis. HEX triplet: EF, E2 and 9D. RGB value is (239,226,157). Sum of RGB (Red+Green+Blue) = 239+226+157=622 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.42% from 622); Green value is 226 (88.67% from 255 or 36.33% from 622); Blue value is 157 (61.72% from 255 or 25.24% from 622); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE29D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE29D is #101D62. Grayscale: #DEDEDE. Windows color (decimal): -1056099 or 10347247. OLE color: 10347247.

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

Color convert

RGB 239 226 157 -
CMYK 0 0.05 0.34 0.06
HSL 50.49º 0.72% 0.78% -
HSV(B) 50.49º 0.34% 0.94% -
XYZ 68.88 75.18 42.78 -
YUV 222.02 91.31 140.11 -
System Red Green Blue C M Y K H S L
Decimal 239 226 157 0 0.05 0.34 0.06 50.49 0.72 0.78
Hex EF E2 9D 0 5 22 6 32 48 4E
Octal 357 342 235 0 5 42 6 62 110 116
Binary 11101111 11100010 10011101 0 101 100010 110 110010 1001000 1001110

Color Harmonies of #EFE29D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE29D

Black with #EFE29D

Text Example


Text Example

White with #EFE29D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE29D; }

 p { color: rgb(239,226,157); }

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

background-color css

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

 a { background-color: rgb(239,226,157); }

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

border-color css

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

 span { border-color: rgb(239,226,157); }

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