Html Css Color HEX #EFDB92 Vis Vis

📋 copy color: '#EFDB92'

red 239 ◦ green 219 ◦ blue 146

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

Shades of Vis Vis #EFDB92

Tints of Vis Vis #EFDB92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 24.17%

R = 39.57%
G = 36.26%
B = 24.17%

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

#EFDB92 (or 0xEFDB92) is known color: Vis Vis. HEX triplet: EF, DB and 92. RGB value is (239,219,146). Sum of RGB (Red+Green+Blue) = 239+219+146=604 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.57% from 604); Green value is 219 (85.94% from 255 or 36.26% from 604); Blue value is 146 (57.42% from 255 or 24.17% from 604); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDB92 is #10246D. Grayscale: #D8D8D8. Windows color (decimal): -1057902 or 9624559. OLE color: 9624559.

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

Color convert

RGB 239 219 146 -
CMYK 0 0.08 0.39 0.06
HSL 47.1º 0.74% 0.75% -
HSV(B) 47.1º 0.39% 0.94% -
XYZ 66.12 71.09 37.43 -
YUV 216.66 88.13 143.94 -
System Red Green Blue C M Y K H S L
Decimal 239 219 146 0 0.08 0.39 0.06 47.1 0.74 0.75
Hex EF DB 92 0 8 27 6 2F 4A 4B
Octal 357 333 222 0 10 47 6 57 112 113
Binary 11101111 11011011 10010010 0 1000 100111 110 101111 1001010 1001011

Color Harmonies of #EFDB92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDB92

Black with #EFDB92

Text Example


Text Example

White with #EFDB92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDB92; }

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

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

background-color css

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

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

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

border-color css

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

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

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