Html Css Color HEX #EFDB91 Vis Vis

📋 copy color: '#EFDB91'

red 239 ◦ green 219 ◦ blue 145

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

Shades of Vis Vis #EFDB91

Tints of Vis Vis #EFDB91

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.32%

 BLUE value IS 145 (57.03% from 255) = 24.05%

R = 39.64%
G = 36.32%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#EFDB91 (or 0xEFDB91) is known color: Vis Vis. HEX triplet: EF, DB and 91. RGB value is (239,219,145). Sum of RGB (Red+Green+Blue) = 239+219+145=603 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.64% from 603); Green value is 219 (85.94% from 255 or 36.32% from 603); Blue value is 145 (57.03% from 255 or 24.05% from 603); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB91 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDB91 is #10246E. Grayscale: #D8D8D8. Windows color (decimal): -1057903 or 9559023. OLE color: 9559023.

HSL color Cylindrical-coordinate representation of color #EFDB91: hue angle of 47.23º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EFDB91 is Cyan = 0, Magento = 0.08, Yellow = 0.39 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 219 145 -
CMYK 0 0.08 0.39 0.06
HSL 47.23º 0.75% 0.75% -
HSV(B) 47.23º 0.39% 0.94% -
XYZ 66.04 71.06 37.02 -
YUV 216.54 87.63 144.02 -
System Red Green Blue C M Y K H S L
Decimal 239 219 145 0 0.08 0.39 0.06 47.23 0.75 0.75
Hex EF DB 91 0 8 27 6 2F 4B 4B
Octal 357 333 221 0 10 47 6 57 113 113
Binary 11101111 11011011 10010001 0 1000 100111 110 101111 1001011 1001011

Color Harmonies of #EFDB91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDB91

Black with #EFDB91

Text Example


Text Example

White with #EFDB91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDB91; }

 p { color: rgb(239,219,145); }

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

background-color css

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

 a { background-color: rgb(239,219,145); }

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

border-color css

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

 span { border-color: rgb(239,219,145); }

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